Html Css Color HEX #EA96D4 Lavender Rose

📋 copy color: '#EA96D4'

red 234 ◦ green 150 ◦ blue 212

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

Shades of Lavender Rose #EA96D4

Tints of Lavender Rose #EA96D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 35.57%

R = 39.26%
G = 25.17%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#EA96D4 (or 0xEA96D4) is known color: Lavender Rose. HEX triplet: EA, 96 and D4. RGB value is (234,150,212). Sum of RGB (Red+Green+Blue) = 234+150+212=596 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.26% from 596); Green value is 150 (58.98% from 255 or 25.17% from 596); Blue value is 212 (83.20% from 255 or 35.57% from 596); Max value from RGB is 234 - color contains mainly: red. Hex color #EA96D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA96D4 is #15692B. Grayscale: #B6B6B6. Windows color (decimal): -1403180 or 13932266. OLE color: 13932266.

HSL color Cylindrical-coordinate representation of color #EA96D4: hue angle of 315.71º 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 #EA96D4 is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 150 212 -
CMYK 0 0.36 0.09 0.08
HSL 315.71º 0.67% 0.75% -
HSV(B) 315.71º 0.36% 0.92% -
XYZ 56.72 44.06 67.8 -
YUV 182.18 144.83 164.96 -
System Red Green Blue C M Y K H S L
Decimal 234 150 212 0 0.36 0.09 0.08 315.71 0.67 0.75
Hex EA 96 D4 0 24 9 8 13C 43 4B
Octal 352 226 324 0 44 11 10 474 103 113
Binary 11101010 10010110 11010100 0 100100 1001 1000 100111100 1000011 1001011

Color Harmonies of #EA96D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA96D4

Black with #EA96D4

Text Example


Text Example

White with #EA96D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA96D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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