Html Css Color HEX #EEB9BA Azalea

📋 copy color: '#EEB9BA'

red 238 ◦ green 185 ◦ blue 186

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

Shades of Azalea #EEB9BA

Tints of Azalea #EEB9BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 30.54%

R = 39.08%
G = 30.38%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EEB9BA (or 0xEEB9BA) is known color: Azalea. HEX triplet: EE, B9 and BA. RGB value is (238,185,186). Sum of RGB (Red+Green+Blue) = 238+185+186=609 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.08% from 609); Green value is 185 (72.66% from 255 or 30.38% from 609); Blue value is 186 (73.05% from 255 or 30.54% from 609); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB9BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB9BA is #114645. Grayscale: #C9C9C9. Windows color (decimal): -1132102 or 12237294. OLE color: 12237294.

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

Color convert

RGB 238 185 186 -
CMYK 0 0.22 0.22 0.07
HSL 358.87º 0.61% 0.83% -
HSV(B) 358.87º 0.22% 0.93% -
XYZ 61.47 56.42 54.1 -
YUV 200.96 119.56 154.42 -
System Red Green Blue C M Y K H S L
Decimal 238 185 186 0 0.22 0.22 0.07 358.87 0.61 0.83
Hex EE B9 BA 0 16 16 7 167 3D 53
Octal 356 271 272 0 26 26 7 547 75 123
Binary 11101110 10111001 10111010 0 10110 10110 111 101100111 111101 1010011

Color Harmonies of #EEB9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB9BA

Black with #EEB9BA

Text Example


Text Example

White with #EEB9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB9BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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