Html Css Color HEX #EE97D7 Lavender Rose

📋 copy color: '#EE97D7'

red 238 ◦ green 151 ◦ blue 215

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

Shades of Lavender Rose #EE97D7

Tints of Lavender Rose #EE97D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 35.6%

R = 39.4%
G = 25%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#EE97D7 (or 0xEE97D7) is known color: Lavender Rose. HEX triplet: EE, 97 and D7. RGB value is (238,151,215). Sum of RGB (Red+Green+Blue) = 238+151+215=604 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.40% from 604); Green value is 151 (59.38% from 255 or 25% from 604); Blue value is 215 (84.38% from 255 or 35.60% from 604); Max value from RGB is 238 - color contains mainly: red. Hex color #EE97D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE97D7 is #116828. Grayscale: #B8B8B8. Windows color (decimal): -1140777 or 14129134. OLE color: 14129134.

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

Color convert

RGB 238 151 215 -
CMYK 0 0.37 0.10 0.07
HSL 315.86º 0.72% 0.76% -
HSV(B) 315.86º 0.37% 0.93% -
XYZ 58.59 45.22 69.93 -
YUV 184.31 145.32 166.3 -
System Red Green Blue C M Y K H S L
Decimal 238 151 215 0 0.37 0.10 0.07 315.86 0.72 0.76
Hex EE 97 D7 0 25 A 7 13C 48 4C
Octal 356 227 327 0 45 12 7 474 110 114
Binary 11101110 10010111 11010111 0 100101 1010 111 100111100 1001000 1001100

Color Harmonies of #EE97D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE97D7

Black with #EE97D7

Text Example


Text Example

White with #EE97D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE97D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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