Html Css Color HEX #EA9ED2 Lavender Rose

📋 copy color: '#EA9ED2'

red 234 ◦ green 158 ◦ blue 210

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

Shades of Lavender Rose #EA9ED2

Tints of Lavender Rose #EA9ED2

RGB

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

 GREEN value IS 158 (62.11% from 255) = 26.25%

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

R = 38.87%
G = 26.25%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#EA9ED2 (or 0xEA9ED2) is known color: Lavender Rose. HEX triplet: EA, 9E and D2. RGB value is (234,158,210). Sum of RGB (Red+Green+Blue) = 234+158+210=602 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.87% from 602); Green value is 158 (62.11% from 255 or 26.25% from 602); Blue value is 210 (82.42% from 255 or 34.88% from 602); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9ED2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA9ED2 is #15612D. Grayscale: #BABABA. Windows color (decimal): -1401134 or 13803242. OLE color: 13803242.

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

Color convert

RGB 234 158 210 -
CMYK 0 0.32 0.10 0.08
HSL 318.95º 0.64% 0.77% -
HSV(B) 318.95º 0.32% 0.92% -
XYZ 57.79 46.6 66.92 -
YUV 186.65 141.18 161.77 -
System Red Green Blue C M Y K H S L
Decimal 234 158 210 0 0.32 0.10 0.08 318.95 0.64 0.77
Hex EA 9E D2 0 20 A 8 13F 40 4D
Octal 352 236 322 0 40 12 10 477 100 115
Binary 11101010 10011110 11010010 0 100000 1010 1000 100111111 1000000 1001101

Color Harmonies of #EA9ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9ED2

Black with #EA9ED2

Text Example


Text Example

White with #EA9ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9ED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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