Html Css Color HEX #EE9BD5 Lavender Rose

📋 copy color: '#EE9BD5'

red 238 ◦ green 155 ◦ blue 213

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

Shades of Lavender Rose #EE9BD5

Tints of Lavender Rose #EE9BD5

RGB

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

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

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

R = 39.27%
G = 25.58%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EE9BD5 (or 0xEE9BD5) is known color: Lavender Rose. HEX triplet: EE, 9B and D5. RGB value is (238,155,213). Sum of RGB (Red+Green+Blue) = 238+155+213=606 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.27% from 606); Green value is 155 (60.94% from 255 or 25.58% from 606); Blue value is 213 (83.59% from 255 or 35.15% from 606); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9BD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE9BD5 is #11642A. Grayscale: #BABABA. Windows color (decimal): -1139755 or 13999086. OLE color: 13999086.

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

Color convert

RGB 238 155 213 -
CMYK 0 0.35 0.11 0.07
HSL 318.07º 0.71% 0.77% -
HSV(B) 318.07º 0.35% 0.93% -
XYZ 58.99 46.42 68.8 -
YUV 186.43 143 164.78 -
System Red Green Blue C M Y K H S L
Decimal 238 155 213 0 0.35 0.11 0.07 318.07 0.71 0.77
Hex EE 9B D5 0 23 B 7 13E 47 4D
Octal 356 233 325 0 43 13 7 476 107 115
Binary 11101110 10011011 11010101 0 100011 1011 111 100111110 1000111 1001101

Color Harmonies of #EE9BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9BD5

Black with #EE9BD5

Text Example


Text Example

White with #EE9BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9BD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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