Html Css Color HEX #EA9CD2 Lavender Rose

📋 copy color: '#EA9CD2'

red 234 ◦ green 156 ◦ blue 210

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

Shades of Lavender Rose #EA9CD2

Tints of Lavender Rose #EA9CD2

RGB

 RED value IS 234 (91.8% from 255) = 39%

 GREEN value IS 156 (61.33% from 255) = 26%

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

R = 39%
G = 26%
B = 35%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#EA9CD2 (or 0xEA9CD2) is known color: Lavender Rose. HEX triplet: EA, 9C and D2. RGB value is (234,156,210). Sum of RGB (Red+Green+Blue) = 234+156+210=600 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39% from 600); Green value is 156 (61.33% from 255 or 26% from 600); Blue value is 210 (82.42% from 255 or 35% from 600); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9CD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA9CD2 is #15632D. Grayscale: #B9B9B9. Windows color (decimal): -1401646 or 13802730. OLE color: 13802730.

HSL color Cylindrical-coordinate representation of color #EA9CD2: hue angle of 318.46º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EA9CD2 is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 156 210 -
CMYK 0 0.33 0.10 0.08
HSL 318.46º 0.65% 0.76% -
HSV(B) 318.46º 0.33% 0.92% -
XYZ 57.45 45.92 66.81 -
YUV 185.48 141.84 162.61 -
System Red Green Blue C M Y K H S L
Decimal 234 156 210 0 0.33 0.10 0.08 318.46 0.65 0.76
Hex EA 9C D2 0 21 A 8 13E 41 4C
Octal 352 234 322 0 41 12 10 476 101 114
Binary 11101010 10011100 11010010 0 100001 1010 1000 100111110 1000001 1001100

Color Harmonies of #EA9CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9CD2

Black with #EA9CD2

Text Example


Text Example

White with #EA9CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9CD2; }

 p { color: rgb(234,156,210); }

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

background-color css

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

 a { background-color: rgb(234,156,210); }

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

border-color css

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

 span { border-color: rgb(234,156,210); }

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