Html Css Color HEX #EE9BD8 Lavender Rose

📋 copy color: '#EE9BD8'

red 238 ◦ green 155 ◦ blue 216

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

Shades of Lavender Rose #EE9BD8

Tints of Lavender Rose #EE9BD8

RGB

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

 GREEN value IS 155 (60.94% from 255) = 25.45%

 BLUE value IS 216 (84.77% from 255) = 35.47%

R = 39.08%
G = 25.45%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#EE9BD8 (or 0xEE9BD8) is known color: Lavender Rose. HEX triplet: EE, 9B and D8. RGB value is (238,155,216). Sum of RGB (Red+Green+Blue) = 238+155+216=609 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.08% from 609); Green value is 155 (60.94% from 255 or 25.45% from 609); Blue value is 216 (84.77% from 255 or 35.47% from 609); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9BD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE9BD8 is #116427. Grayscale: #BABABA. Windows color (decimal): -1139752 or 14195694. OLE color: 14195694.

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

Color convert

RGB 238 155 216 -
CMYK 0 0.35 0.09 0.07
HSL 315.9º 0.71% 0.77% -
HSV(B) 315.9º 0.35% 0.93% -
XYZ 59.38 46.58 70.83 -
YUV 186.77 144.5 164.54 -
System Red Green Blue C M Y K H S L
Decimal 238 155 216 0 0.35 0.09 0.07 315.9 0.71 0.77
Hex EE 9B D8 0 23 9 7 13C 47 4D
Octal 356 233 330 0 43 11 7 474 107 115
Binary 11101110 10011011 11011000 0 100011 1001 111 100111100 1000111 1001101

Color Harmonies of #EE9BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9BD8

Black with #EE9BD8

Text Example


Text Example

White with #EE9BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9BD8; }

 p { color: rgb(238,155,216); }

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

background-color css

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

 a { background-color: rgb(238,155,216); }

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

border-color css

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

 span { border-color: rgb(238,155,216); }

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