Html Css Color HEX #EEBEC2 Azalea

📋 copy color: '#EEBEC2'

red 238 ◦ green 190 ◦ blue 194

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

Shades of Azalea #EEBEC2

Tints of Azalea #EEBEC2

RGB

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

 GREEN value IS 190 (74.61% from 255) = 30.55%

 BLUE value IS 194 (76.17% from 255) = 31.19%

R = 38.26%
G = 30.55%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#EEBEC2 (or 0xEEBEC2) is known color: Azalea. HEX triplet: EE, BE and C2. RGB value is (238,190,194). Sum of RGB (Red+Green+Blue) = 238+190+194=622 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.26% from 622); Green value is 190 (74.61% from 255 or 30.55% from 622); Blue value is 194 (76.17% from 255 or 31.19% from 622); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBEC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBEC2 is #11413D. Grayscale: #CCCCCC. Windows color (decimal): -1130814 or 12762862. OLE color: 12762862.

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

Color convert

RGB 238 190 194 -
CMYK 0 0.20 0.18 0.07
HSL 355º 0.59% 0.84% -
HSV(B) 355º 0.2% 0.93% -
XYZ 63.41 58.9 59.07 -
YUV 204.81 121.9 151.67 -
System Red Green Blue C M Y K H S L
Decimal 238 190 194 0 0.20 0.18 0.07 355 0.59 0.84
Hex EE BE C2 0 14 12 7 163 3B 54
Octal 356 276 302 0 24 22 7 543 73 124
Binary 11101110 10111110 11000010 0 10100 10010 111 101100011 111011 1010100

Color Harmonies of #EEBEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBEC2

Black with #EEBEC2

Text Example


Text Example

White with #EEBEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBEC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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