Html Css Color HEX #EEBBC1 Azalea

📋 copy color: '#EEBBC1'

red 238 ◦ green 187 ◦ blue 193

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

Shades of Azalea #EEBBC1

Tints of Azalea #EEBBC1

RGB

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

 GREEN value IS 187 (73.44% from 255) = 30.26%

 BLUE value IS 193 (75.78% from 255) = 31.23%

R = 38.51%
G = 30.26%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EEBBC1 (or 0xEEBBC1) is known color: Azalea. HEX triplet: EE, BB and C1. RGB value is (238,187,193). Sum of RGB (Red+Green+Blue) = 238+187+193=618 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.51% from 618); Green value is 187 (73.44% from 255 or 30.26% from 618); Blue value is 193 (75.78% from 255 or 31.23% from 618); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBBC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBBC1 is #11443E. Grayscale: #CACACA. Windows color (decimal): -1131583 or 12696558. OLE color: 12696558.

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

Color convert

RGB 238 187 193 -
CMYK 0 0.21 0.19 0.07
HSL 352.94º 0.6% 0.83% -
HSV(B) 352.94º 0.21% 0.93% -
XYZ 62.66 57.57 58.26 -
YUV 202.93 122.4 153.01 -
System Red Green Blue C M Y K H S L
Decimal 238 187 193 0 0.21 0.19 0.07 352.94 0.6 0.83
Hex EE BB C1 0 15 13 7 161 3C 53
Octal 356 273 301 0 25 23 7 541 74 123
Binary 11101110 10111011 11000001 0 10101 10011 111 101100001 111100 1010011

Color Harmonies of #EEBBC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBBC1

Black with #EEBBC1

Text Example


Text Example

White with #EEBBC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBBC1; }

 p { color: rgb(238,187,193); }

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

background-color css

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

 a { background-color: rgb(238,187,193); }

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

border-color css

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

 span { border-color: rgb(238,187,193); }

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