Html Css Color HEX #EA99D3 Lavender Rose

📋 copy color: '#EA99D3'

red 234 ◦ green 153 ◦ blue 211

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

Shades of Lavender Rose #EA99D3

Tints of Lavender Rose #EA99D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 35.28%

R = 39.13%
G = 25.59%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#EA99D3 (or 0xEA99D3) is known color: Lavender Rose. HEX triplet: EA, 99 and D3. RGB value is (234,153,211). Sum of RGB (Red+Green+Blue) = 234+153+211=598 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.13% from 598); Green value is 153 (60.16% from 255 or 25.59% from 598); Blue value is 211 (82.81% from 255 or 35.28% from 598); Max value from RGB is 234 - color contains mainly: red. Hex color #EA99D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA99D3 is #15662C. Grayscale: #B7B7B7. Windows color (decimal): -1402413 or 13867498. OLE color: 13867498.

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

Color convert

RGB 234 153 211 -
CMYK 0 0.35 0.10 0.08
HSL 317.04º 0.66% 0.76% -
HSV(B) 317.04º 0.35% 0.92% -
XYZ 57.08 44.98 67.3 -
YUV 183.83 143.34 163.78 -
System Red Green Blue C M Y K H S L
Decimal 234 153 211 0 0.35 0.10 0.08 317.04 0.66 0.76
Hex EA 99 D3 0 23 A 8 13D 42 4C
Octal 352 231 323 0 43 12 10 475 102 114
Binary 11101010 10011001 11010011 0 100011 1010 1000 100111101 1000010 1001100

Color Harmonies of #EA99D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA99D3

Black with #EA99D3

Text Example


Text Example

White with #EA99D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA99D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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