Html Css Color HEX #E697DF Plum

📋 copy color: '#E697DF'

red 230 ◦ green 151 ◦ blue 223

#E697DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Plum #E697DF

Tints of Plum #E697DF

RGB

 RED value IS 230 (90.23% from 255) = 38.08%

 GREEN value IS 151 (59.38% from 255) = 25%

 BLUE value IS 223 (87.5% from 255) = 36.92%

R = 38.08%
G = 25%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.03

 K value IS 0.10

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E697DF (or 0xE697DF) is known color: Plum. HEX triplet: E6, 97 and DF. RGB value is (230,151,223). Sum of RGB (Red+Green+Blue) = 230+151+223=604 (80% of max value = 765). Red value is 230 (90.23% from 255 or 38.08% from 604); Green value is 151 (59.38% from 255 or 25% from 604); Blue value is 223 (87.5% from 255 or 36.92% from 604); Max value from RGB is 230 - color contains mainly: red. Hex color #E697DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E697DF is #196820. Grayscale: #B6B6B6. Windows color (decimal): -1665057 or 14653414. OLE color: 14653414.

HSL color Cylindrical-coordinate representation of color #E697DF: hue angle of 305.32º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E697DF is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 151 223 -
CMYK 0 0.34 0.03 0.10
HSL 305.32º 0.61% 0.75% -
HSV(B) 305.32º 0.34% 0.9% -
XYZ 57.02 44.28 75.35 -
YUV 182.83 150.67 161.65 -
System Red Green Blue C M Y K H S L
Decimal 230 151 223 0 0.34 0.03 0.10 305.32 0.61 0.75
Hex E6 97 DF 0 22 3 A 131 3D 4B
Octal 346 227 337 0 42 3 12 461 75 113
Binary 11100110 10010111 11011111 0 100010 11 1010 100110001 111101 1001011

Color Harmonies of #E697DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E697DF

Black with #E697DF

Text Example


Text Example

White with #E697DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E697DF; }

 p { color: rgb(230,151,223); }

 H1.HeaderClassName
 {
   color: #E697DF;
 }
 .AnyTagClassName
 {
   color: #E697DF;
 }
</style>

background-color css

<style>
 a { background-color: #E697DF; }

 a { background-color: rgb(230,151,223); }

 div.DivClassName
 {
   background-color: #E697DF;
 }
 .BgClassName
 {
   background-color: #E697DF;
 }
</style>

border-color css

<style>
 span { border-color: #E697DF; }

 span { border-color: rgb(230,151,223); }

 td.TdClassName
 {
   border-color: #E697DF;
 }
 .TagClassName
 {
   border-color: #E697DF;
 }
</style>