Html Css Color HEX #EE97D1 Lavender Rose

📋 copy color: '#EE97D1'

red 238 ◦ green 151 ◦ blue 209

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

Shades of Lavender Rose #EE97D1

Tints of Lavender Rose #EE97D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 34.95%

R = 39.8%
G = 25.25%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#EE97D1 (or 0xEE97D1) is known color: Lavender Rose. HEX triplet: EE, 97 and D1. RGB value is (238,151,209). Sum of RGB (Red+Green+Blue) = 238+151+209=598 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.80% from 598); Green value is 151 (59.38% from 255 or 25.25% from 598); Blue value is 209 (82.03% from 255 or 34.95% from 598); Max value from RGB is 238 - color contains mainly: red. Hex color #EE97D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE97D1 is #11682E. Grayscale: #B7B7B7. Windows color (decimal): -1140783 or 13735918. OLE color: 13735918.

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

Color convert

RGB 238 151 209 -
CMYK 0 0.37 0.12 0.07
HSL 320º 0.72% 0.76% -
HSV(B) 320º 0.37% 0.93% -
XYZ 57.84 44.91 65.94 -
YUV 183.63 142.32 166.78 -
System Red Green Blue C M Y K H S L
Decimal 238 151 209 0 0.37 0.12 0.07 320 0.72 0.76
Hex EE 97 D1 0 25 C 7 140 48 4C
Octal 356 227 321 0 45 14 7 500 110 114
Binary 11101110 10010111 11010001 0 100101 1100 111 101000000 1001000 1001100

Color Harmonies of #EE97D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE97D1

Black with #EE97D1

Text Example


Text Example

White with #EE97D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE97D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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