Html Css Color HEX #EEB9BF Azalea

📋 copy color: '#EEB9BF'

red 238 ◦ green 185 ◦ blue 191

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

Shades of Azalea #EEB9BF

Tints of Azalea #EEB9BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 31.11%

R = 38.76%
G = 30.13%
B = 31.11%

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

#EEB9BF (or 0xEEB9BF) is known color: Azalea. HEX triplet: EE, B9 and BF. RGB value is (238,185,191). Sum of RGB (Red+Green+Blue) = 238+185+191=614 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.76% from 614); Green value is 185 (72.66% from 255 or 30.13% from 614); Blue value is 191 (75% from 255 or 31.11% from 614); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB9BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB9BF is #114640. Grayscale: #C9C9C9. Windows color (decimal): -1132097 or 12564974. OLE color: 12564974.

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

Color convert

RGB 238 185 191 -
CMYK 0 0.22 0.20 0.07
HSL 353.21º 0.61% 0.83% -
HSV(B) 353.21º 0.22% 0.93% -
XYZ 62.01 56.64 56.95 -
YUV 201.53 122.06 154.01 -
System Red Green Blue C M Y K H S L
Decimal 238 185 191 0 0.22 0.20 0.07 353.21 0.61 0.83
Hex EE B9 BF 0 16 14 7 161 3D 53
Octal 356 271 277 0 26 24 7 541 75 123
Binary 11101110 10111001 10111111 0 10110 10100 111 101100001 111101 1010011

Color Harmonies of #EEB9BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB9BF

Black with #EEB9BF

Text Example


Text Example

White with #EEB9BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB9BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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