Html Css Color HEX #EA99D4 Lavender Rose

📋 copy color: '#EA99D4'

red 234 ◦ green 153 ◦ blue 212

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

Shades of Lavender Rose #EA99D4

Tints of Lavender Rose #EA99D4

RGB

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

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

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

R = 39.07%
G = 25.54%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#EA99D4 (or 0xEA99D4) is known color: Lavender Rose. HEX triplet: EA, 99 and D4. RGB value is (234,153,212). Sum of RGB (Red+Green+Blue) = 234+153+212=599 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.07% from 599); Green value is 153 (60.16% from 255 or 25.54% from 599); Blue value is 212 (83.20% from 255 or 35.39% from 599); Max value from RGB is 234 - color contains mainly: red. Hex color #EA99D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA99D4 is #15662B. Grayscale: #B7B7B7. Windows color (decimal): -1402412 or 13933034. OLE color: 13933034.

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

Color convert

RGB 234 153 212 -
CMYK 0 0.35 0.09 0.08
HSL 316.3º 0.66% 0.76% -
HSV(B) 316.3º 0.35% 0.92% -
XYZ 57.21 45.03 67.96 -
YUV 183.95 143.84 163.7 -
System Red Green Blue C M Y K H S L
Decimal 234 153 212 0 0.35 0.09 0.08 316.3 0.66 0.76
Hex EA 99 D4 0 23 9 8 13C 42 4C
Octal 352 231 324 0 43 11 10 474 102 114
Binary 11101010 10011001 11010100 0 100011 1001 1000 100111100 1000010 1001100

Color Harmonies of #EA99D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA99D4

Black with #EA99D4

Text Example


Text Example

White with #EA99D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA99D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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