Html Css Color HEX #EA96D9 Lavender Rose

📋 copy color: '#EA96D9'

red 234 ◦ green 150 ◦ blue 217

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

Shades of Lavender Rose #EA96D9

Tints of Lavender Rose #EA96D9

RGB

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

 GREEN value IS 150 (58.98% from 255) = 24.96%

 BLUE value IS 217 (85.16% from 255) = 36.11%

R = 38.94%
G = 24.96%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EA96D9 (or 0xEA96D9) is known color: Lavender Rose. HEX triplet: EA, 96 and D9. RGB value is (234,150,217). Sum of RGB (Red+Green+Blue) = 234+150+217=601 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.94% from 601); Green value is 150 (58.98% from 255 or 24.96% from 601); Blue value is 217 (85.16% from 255 or 36.11% from 601); Max value from RGB is 234 - color contains mainly: red. Hex color #EA96D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA96D9 is #156926. Grayscale: #B6B6B6. Windows color (decimal): -1403175 or 14259946. OLE color: 14259946.

HSL color Cylindrical-coordinate representation of color #EA96D9: hue angle of 312.14º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EA96D9 is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 150 217 -
CMYK 0 0.36 0.07 0.08
HSL 312.14º 0.67% 0.75% -
HSV(B) 312.14º 0.36% 0.92% -
XYZ 57.36 44.31 71.18 -
YUV 182.75 147.33 164.55 -
System Red Green Blue C M Y K H S L
Decimal 234 150 217 0 0.36 0.07 0.08 312.14 0.67 0.75
Hex EA 96 D9 0 24 7 8 138 43 4B
Octal 352 226 331 0 44 7 10 470 103 113
Binary 11101010 10010110 11011001 0 100100 111 1000 100111000 1000011 1001011

Color Harmonies of #EA96D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA96D9

Black with #EA96D9

Text Example


Text Example

White with #EA96D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA96D9; }

 p { color: rgb(234,150,217); }

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

background-color css

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

 a { background-color: rgb(234,150,217); }

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

border-color css

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

 span { border-color: rgb(234,150,217); }

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