Html Css Color HEX #EA99DA Lavender Rose

📋 copy color: '#EA99DA'

red 234 ◦ green 153 ◦ blue 218

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

Shades of Lavender Rose #EA99DA

Tints of Lavender Rose #EA99DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.03%

R = 38.68%
G = 25.29%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EA99DA (or 0xEA99DA) is known color: Lavender Rose. HEX triplet: EA, 99 and DA. RGB value is (234,153,218). Sum of RGB (Red+Green+Blue) = 234+153+218=605 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.68% from 605); Green value is 153 (60.16% from 255 or 25.29% from 605); Blue value is 218 (85.55% from 255 or 36.03% from 605); Max value from RGB is 234 - color contains mainly: red. Hex color #EA99DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA99DA is #156625. Grayscale: #B8B8B8. Windows color (decimal): -1402406 or 14326250. OLE color: 14326250.

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

Color convert

RGB 234 153 218 -
CMYK 0 0.35 0.07 0.08
HSL 311.85º 0.66% 0.76% -
HSV(B) 311.85º 0.35% 0.92% -
XYZ 57.98 45.34 72.02 -
YUV 184.63 146.84 163.21 -
System Red Green Blue C M Y K H S L
Decimal 234 153 218 0 0.35 0.07 0.08 311.85 0.66 0.76
Hex EA 99 DA 0 23 7 8 138 42 4C
Octal 352 231 332 0 43 7 10 470 102 114
Binary 11101010 10011001 11011010 0 100011 111 1000 100111000 1000010 1001100

Color Harmonies of #EA99DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA99DA

Black with #EA99DA

Text Example


Text Example

White with #EA99DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA99DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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