Html Css Color HEX #EE97DB Lavender Rose

📋 copy color: '#EE97DB'

red 238 ◦ green 151 ◦ blue 219

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

Shades of Lavender Rose #EE97DB

Tints of Lavender Rose #EE97DB

RGB

 RED value IS 238 (93.36% from 255) = 39.14%

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

 BLUE value IS 219 (85.94% from 255) = 36.02%

R = 39.14%
G = 24.84%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EE97DB (or 0xEE97DB) is known color: Lavender Rose. HEX triplet: EE, 97 and DB. RGB value is (238,151,219). Sum of RGB (Red+Green+Blue) = 238+151+219=608 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.14% from 608); Green value is 151 (59.38% from 255 or 24.84% from 608); Blue value is 219 (85.94% from 255 or 36.02% from 608); Max value from RGB is 238 - color contains mainly: red. Hex color #EE97DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE97DB is #116824. Grayscale: #B8B8B8. Windows color (decimal): -1140773 or 14391278. OLE color: 14391278.

HSL color Cylindrical-coordinate representation of color #EE97DB: hue angle of 313.1º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EE97DB is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 151 219 -
CMYK 0 0.37 0.08 0.07
HSL 313.1º 0.72% 0.76% -
HSV(B) 313.1º 0.37% 0.93% -
XYZ 59.11 45.42 72.67 -
YUV 184.77 147.32 165.97 -
System Red Green Blue C M Y K H S L
Decimal 238 151 219 0 0.37 0.08 0.07 313.1 0.72 0.76
Hex EE 97 DB 0 25 8 7 139 48 4C
Octal 356 227 333 0 45 10 7 471 110 114
Binary 11101110 10010111 11011011 0 100101 1000 111 100111001 1001000 1001100

Color Harmonies of #EE97DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE97DB

Black with #EE97DB

Text Example


Text Example

White with #EE97DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE97DB; }

 p { color: rgb(238,151,219); }

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

background-color css

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

 a { background-color: rgb(238,151,219); }

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

border-color css

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

 span { border-color: rgb(238,151,219); }

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