Html Css Color HEX #EEBABD Azalea

📋 copy color: '#EEBABD'

red 238 ◦ green 186 ◦ blue 189

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

Shades of Azalea #EEBABD

Tints of Azalea #EEBABD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 30.34%

 BLUE value IS 189 (74.22% from 255) = 30.83%

R = 38.83%
G = 30.34%
B = 30.83%

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

#EEBABD (or 0xEEBABD) is known color: Azalea. HEX triplet: EE, BA and BD. RGB value is (238,186,189). Sum of RGB (Red+Green+Blue) = 238+186+189=613 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.83% from 613); Green value is 186 (73.05% from 255 or 30.34% from 613); Blue value is 189 (74.22% from 255 or 30.83% from 613); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBABD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBABD is #114542. Grayscale: #C9C9C9. Windows color (decimal): -1131843 or 12434158. OLE color: 12434158.

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

Color convert

RGB 238 186 189 -
CMYK 0 0.22 0.21 0.07
HSL 356.54º 0.6% 0.83% -
HSV(B) 356.54º 0.22% 0.93% -
XYZ 62 56.97 55.87 -
YUV 201.89 120.73 153.76 -
System Red Green Blue C M Y K H S L
Decimal 238 186 189 0 0.22 0.21 0.07 356.54 0.6 0.83
Hex EE BA BD 0 16 15 7 165 3C 53
Octal 356 272 275 0 26 25 7 545 74 123
Binary 11101110 10111010 10111101 0 10110 10101 111 101100101 111100 1010011

Color Harmonies of #EEBABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBABD

Black with #EEBABD

Text Example


Text Example

White with #EEBABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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