Html Css Color HEX #E699D2 Plum

📋 copy color: '#E699D2'

red 230 ◦ green 153 ◦ blue 210

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

Shades of Plum #E699D2

Tints of Plum #E699D2

RGB

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

 GREEN value IS 153 (60.16% from 255) = 25.8%

 BLUE value IS 210 (82.42% from 255) = 35.41%

R = 38.79%
G = 25.8%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.09

 K value IS 0.10

RGB Variations

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

Color information

#E699D2 (or 0xE699D2) is known color: Plum. HEX triplet: E6, 99 and D2. RGB value is (230,153,210). Sum of RGB (Red+Green+Blue) = 230+153+210=593 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.79% from 593); Green value is 153 (60.16% from 255 or 25.80% from 593); Blue value is 210 (82.42% from 255 or 35.41% from 593); Max value from RGB is 230 - color contains mainly: red. Hex color #E699D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E699D2 is #19662D. Grayscale: #B6B6B6. Windows color (decimal): -1664558 or 13801958. OLE color: 13801958.

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

Color convert

RGB 230 153 210 -
CMYK 0 0.33 0.09 0.10
HSL 315.58º 0.61% 0.75% -
HSV(B) 315.58º 0.33% 0.9% -
XYZ 55.66 44.26 66.58 -
YUV 182.52 143.51 161.87 -
System Red Green Blue C M Y K H S L
Decimal 230 153 210 0 0.33 0.09 0.10 315.58 0.61 0.75
Hex E6 99 D2 0 21 9 A 13C 3D 4B
Octal 346 231 322 0 41 11 12 474 75 113
Binary 11100110 10011001 11010010 0 100001 1001 1010 100111100 111101 1001011

Color Harmonies of #E699D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E699D2

Black with #E699D2

Text Example


Text Example

White with #E699D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E699D2; }

 p { color: rgb(230,153,210); }

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

background-color css

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

 a { background-color: rgb(230,153,210); }

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

border-color css

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

 span { border-color: rgb(230,153,210); }

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