Html Css Color HEX #EEB9BE Azalea

📋 copy color: '#EEB9BE'

red 238 ◦ green 185 ◦ blue 190

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

Shades of Azalea #EEB9BE

Tints of Azalea #EEB9BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 31%

R = 38.83%
G = 30.18%
B = 31%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EEB9BE (or 0xEEB9BE) is known color: Azalea. HEX triplet: EE, B9 and BE. RGB value is (238,185,190). Sum of RGB (Red+Green+Blue) = 238+185+190=613 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.83% from 613); Green value is 185 (72.66% from 255 or 30.18% from 613); Blue value is 190 (74.61% from 255 or 31.00% from 613); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB9BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB9BE is #114641. Grayscale: #C9C9C9. Windows color (decimal): -1132098 or 12499438. OLE color: 12499438.

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

Color convert

RGB 238 185 190 -
CMYK 0 0.22 0.20 0.07
HSL 354.34º 0.61% 0.83% -
HSV(B) 354.34º 0.22% 0.93% -
XYZ 61.9 56.59 56.38 -
YUV 201.42 121.56 154.09 -
System Red Green Blue C M Y K H S L
Decimal 238 185 190 0 0.22 0.20 0.07 354.34 0.61 0.83
Hex EE B9 BE 0 16 14 7 162 3D 53
Octal 356 271 276 0 26 24 7 542 75 123
Binary 11101110 10111001 10111110 0 10110 10100 111 101100010 111101 1010011

Color Harmonies of #EEB9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB9BE

Black with #EEB9BE

Text Example


Text Example

White with #EEB9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB9BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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