Html Css Color HEX #EA97D8 Lavender Rose

📋 copy color: '#EA97D8'

red 234 ◦ green 151 ◦ blue 216

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

Shades of Lavender Rose #EA97D8

Tints of Lavender Rose #EA97D8

RGB

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

 GREEN value IS 151 (59.38% from 255) = 25.12%

 BLUE value IS 216 (84.77% from 255) = 35.94%

R = 38.94%
G = 25.12%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#EA97D8 (or 0xEA97D8) is known color: Lavender Rose. HEX triplet: EA, 97 and D8. RGB value is (234,151,216). Sum of RGB (Red+Green+Blue) = 234+151+216=601 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.94% from 601); Green value is 151 (59.38% from 255 or 25.12% from 601); Blue value is 216 (84.77% from 255 or 35.94% from 601); Max value from RGB is 234 - color contains mainly: red. Hex color #EA97D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA97D8 is #156827. Grayscale: #B7B7B7. Windows color (decimal): -1402920 or 14194666. OLE color: 14194666.

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

Color convert

RGB 234 151 216 -
CMYK 0 0.35 0.08 0.08
HSL 313.01º 0.66% 0.75% -
HSV(B) 313.01º 0.35% 0.92% -
XYZ 57.39 44.58 70.55 -
YUV 183.23 146.5 164.21 -
System Red Green Blue C M Y K H S L
Decimal 234 151 216 0 0.35 0.08 0.08 313.01 0.66 0.75
Hex EA 97 D8 0 23 8 8 139 42 4B
Octal 352 227 330 0 43 10 10 471 102 113
Binary 11101010 10010111 11011000 0 100011 1000 1000 100111001 1000010 1001011

Color Harmonies of #EA97D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA97D8

Black with #EA97D8

Text Example


Text Example

White with #EA97D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA97D8; }

 p { color: rgb(234,151,216); }

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

background-color css

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

 a { background-color: rgb(234,151,216); }

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

border-color css

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

 span { border-color: rgb(234,151,216); }

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