Html Css Color HEX #EE9DD5 Lavender Rose

📋 copy color: '#EE9DD5'

red 238 ◦ green 157 ◦ blue 213

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

Shades of Lavender Rose #EE9DD5

Tints of Lavender Rose #EE9DD5

RGB

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

 GREEN value IS 157 (61.72% from 255) = 25.82%

 BLUE value IS 213 (83.59% from 255) = 35.03%

R = 39.14%
G = 25.82%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EE9DD5 (or 0xEE9DD5) is known color: Lavender Rose. HEX triplet: EE, 9D and D5. RGB value is (238,157,213). Sum of RGB (Red+Green+Blue) = 238+157+213=608 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.14% from 608); Green value is 157 (61.72% from 255 or 25.82% from 608); Blue value is 213 (83.59% from 255 or 35.03% from 608); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9DD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE9DD5 is #11622A. Grayscale: #BBBBBB. Windows color (decimal): -1139243 or 13999598. OLE color: 13999598.

HSL color Cylindrical-coordinate representation of color #EE9DD5: hue angle of 318.52º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EE9DD5 is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 157 213 -
CMYK 0 0.34 0.11 0.07
HSL 318.52º 0.7% 0.77% -
HSV(B) 318.52º 0.34% 0.93% -
XYZ 59.33 47.1 68.91 -
YUV 187.6 142.34 163.95 -
System Red Green Blue C M Y K H S L
Decimal 238 157 213 0 0.34 0.11 0.07 318.52 0.7 0.77
Hex EE 9D D5 0 22 B 7 13F 46 4D
Octal 356 235 325 0 42 13 7 477 106 115
Binary 11101110 10011101 11010101 0 100010 1011 111 100111111 1000110 1001101

Color Harmonies of #EE9DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9DD5

Black with #EE9DD5

Text Example


Text Example

White with #EE9DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9DD5; }

 p { color: rgb(238,157,213); }

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

background-color css

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

 a { background-color: rgb(238,157,213); }

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

border-color css

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

 span { border-color: rgb(238,157,213); }

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