Html Css Color HEX #EEB8BA Azalea

📋 copy color: '#EEB8BA'

red 238 ◦ green 184 ◦ blue 186

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

Shades of Azalea #EEB8BA

Tints of Azalea #EEB8BA

RGB

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

 GREEN value IS 184 (72.27% from 255) = 30.26%

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

R = 39.14%
G = 30.26%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EEB8BA (or 0xEEB8BA) is known color: Azalea. HEX triplet: EE, B8 and BA. RGB value is (238,184,186). Sum of RGB (Red+Green+Blue) = 238+184+186=608 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.14% from 608); Green value is 184 (72.27% from 255 or 30.26% from 608); Blue value is 186 (73.05% from 255 or 30.59% from 608); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB8BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB8BA is #114745. Grayscale: #C8C8C8. Windows color (decimal): -1132358 or 12237038. OLE color: 12237038.

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

Color convert

RGB 238 184 186 -
CMYK 0 0.23 0.22 0.07
HSL 357.78º 0.61% 0.83% -
HSV(B) 357.78º 0.23% 0.93% -
XYZ 61.26 56 54.04 -
YUV 200.37 119.89 154.84 -
System Red Green Blue C M Y K H S L
Decimal 238 184 186 0 0.23 0.22 0.07 357.78 0.61 0.83
Hex EE B8 BA 0 17 16 7 166 3D 53
Octal 356 270 272 0 27 26 7 546 75 123
Binary 11101110 10111000 10111010 0 10111 10110 111 101100110 111101 1010011

Color Harmonies of #EEB8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB8BA

Black with #EEB8BA

Text Example


Text Example

White with #EEB8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB8BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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