Html Css Color HEX #EEB9BB Azalea

📋 copy color: '#EEB9BB'

red 238 ◦ green 185 ◦ blue 187

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

Shades of Azalea #EEB9BB

Tints of Azalea #EEB9BB

RGB

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

 GREEN value IS 185 (72.66% from 255) = 30.33%

 BLUE value IS 187 (73.44% from 255) = 30.66%

R = 39.02%
G = 30.33%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EEB9BB (or 0xEEB9BB) is known color: Azalea. HEX triplet: EE, B9 and BB. RGB value is (238,185,187). Sum of RGB (Red+Green+Blue) = 238+185+187=610 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.02% from 610); Green value is 185 (72.66% from 255 or 30.33% from 610); Blue value is 187 (73.44% from 255 or 30.66% from 610); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB9BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB9BB is #114644. Grayscale: #C9C9C9. Windows color (decimal): -1132101 or 12302830. OLE color: 12302830.

HSL color Cylindrical-coordinate representation of color #EEB9BB: hue angle of 357.74º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EEB9BB is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 185 187 -
CMYK 0 0.22 0.21 0.07
HSL 357.74º 0.61% 0.83% -
HSV(B) 357.74º 0.22% 0.93% -
XYZ 61.58 56.46 54.67 -
YUV 201.08 120.06 154.34 -
System Red Green Blue C M Y K H S L
Decimal 238 185 187 0 0.22 0.21 0.07 357.74 0.61 0.83
Hex EE B9 BB 0 16 15 7 166 3D 53
Octal 356 271 273 0 26 25 7 546 75 123
Binary 11101110 10111001 10111011 0 10110 10101 111 101100110 111101 1010011

Color Harmonies of #EEB9BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB9BB

Black with #EEB9BB

Text Example


Text Example

White with #EEB9BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB9BB; }

 p { color: rgb(238,185,187); }

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

background-color css

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

 a { background-color: rgb(238,185,187); }

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

border-color css

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

 span { border-color: rgb(238,185,187); }

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