Html Css Color HEX #EEBCBE Azalea

📋 copy color: '#EEBCBE'

red 238 ◦ green 188 ◦ blue 190

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

Shades of Azalea #EEBCBE

Tints of Azalea #EEBCBE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 30.52%

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

R = 38.64%
G = 30.52%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EEBCBE (or 0xEEBCBE) is known color: Azalea. HEX triplet: EE, BC and BE. RGB value is (238,188,190). Sum of RGB (Red+Green+Blue) = 238+188+190=616 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.64% from 616); Green value is 188 (73.83% from 255 or 30.52% from 616); Blue value is 190 (74.61% from 255 or 30.84% from 616); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBCBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBCBE is #114341. Grayscale: #CBCBCB. Windows color (decimal): -1131330 or 12500206. OLE color: 12500206.

HSL color Cylindrical-coordinate representation of color #EEBCBE: hue angle of 357.6º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EEBCBE is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 188 190 -
CMYK 0 0.21 0.20 0.07
HSL 357.6º 0.6% 0.84% -
HSV(B) 357.6º 0.21% 0.93% -
XYZ 62.54 57.86 56.59 -
YUV 203.18 120.57 152.84 -
System Red Green Blue C M Y K H S L
Decimal 238 188 190 0 0.21 0.20 0.07 357.6 0.6 0.84
Hex EE BC BE 0 15 14 7 166 3C 54
Octal 356 274 276 0 25 24 7 546 74 124
Binary 11101110 10111100 10111110 0 10101 10100 111 101100110 111100 1010100

Color Harmonies of #EEBCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBCBE

Black with #EEBCBE

Text Example


Text Example

White with #EEBCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBCBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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