Html Css Color HEX #EE93D9 Lavender Rose

📋 copy color: '#EE93D9'

red 238 ◦ green 147 ◦ blue 217

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

Shades of Lavender Rose #EE93D9

Tints of Lavender Rose #EE93D9

RGB

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

 GREEN value IS 147 (57.81% from 255) = 24.42%

 BLUE value IS 217 (85.16% from 255) = 36.05%

R = 39.53%
G = 24.42%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#EE93D9 (or 0xEE93D9) is known color: Lavender Rose. HEX triplet: EE, 93 and D9. RGB value is (238,147,217). Sum of RGB (Red+Green+Blue) = 238+147+217=602 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.53% from 602); Green value is 147 (57.81% from 255 or 24.42% from 602); Blue value is 217 (85.16% from 255 or 36.05% from 602); Max value from RGB is 238 - color contains mainly: red. Hex color #EE93D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE93D9 is #116C26. Grayscale: #B6B6B6. Windows color (decimal): -1141799 or 14259182. OLE color: 14259182.

HSL color Cylindrical-coordinate representation of color #EE93D9: hue angle of 313.85º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EE93D9 is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 147 217 -
CMYK 0 0.38 0.09 0.07
HSL 313.85º 0.73% 0.75% -
HSV(B) 313.85º 0.38% 0.93% -
XYZ 58.22 44.05 71.08 -
YUV 182.19 147.65 167.81 -
System Red Green Blue C M Y K H S L
Decimal 238 147 217 0 0.38 0.09 0.07 313.85 0.73 0.75
Hex EE 93 D9 0 26 9 7 13A 49 4B
Octal 356 223 331 0 46 11 7 472 111 113
Binary 11101110 10010011 11011001 0 100110 1001 111 100111010 1001001 1001011

Color Harmonies of #EE93D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE93D9

Black with #EE93D9

Text Example


Text Example

White with #EE93D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE93D9; }

 p { color: rgb(238,147,217); }

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

background-color css

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

 a { background-color: rgb(238,147,217); }

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

border-color css

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

 span { border-color: rgb(238,147,217); }

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