Html Css Color HEX #EE97DF Lavender Rose

📋 copy color: '#EE97DF'

red 238 ◦ green 151 ◦ blue 223

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

Shades of Lavender Rose #EE97DF

Tints of Lavender Rose #EE97DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.44%

R = 38.89%
G = 24.67%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EE97DF (or 0xEE97DF) is known color: Lavender Rose. HEX triplet: EE, 97 and DF. RGB value is (238,151,223). Sum of RGB (Red+Green+Blue) = 238+151+223=612 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.89% from 612); Green value is 151 (59.38% from 255 or 24.67% from 612); Blue value is 223 (87.5% from 255 or 36.44% from 612); Max value from RGB is 238 - color contains mainly: red. Hex color #EE97DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE97DF is #116820. Grayscale: #B9B9B9. Windows color (decimal): -1140769 or 14653422. OLE color: 14653422.

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

Color convert

RGB 238 151 223 -
CMYK 0 0.37 0.06 0.07
HSL 310.34º 0.72% 0.76% -
HSV(B) 310.34º 0.37% 0.93% -
XYZ 59.65 45.64 75.48 -
YUV 185.22 149.32 165.65 -
System Red Green Blue C M Y K H S L
Decimal 238 151 223 0 0.37 0.06 0.07 310.34 0.72 0.76
Hex EE 97 DF 0 25 6 7 136 48 4C
Octal 356 227 337 0 45 6 7 466 110 114
Binary 11101110 10010111 11011111 0 100101 110 111 100110110 1001000 1001100

Color Harmonies of #EE97DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE97DF

Black with #EE97DF

Text Example


Text Example

White with #EE97DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE97DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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