Html Css Color HEX #EEBEC5 Azalea

📋 copy color: '#EEBEC5'

red 238 ◦ green 190 ◦ blue 197

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

Shades of Azalea #EEBEC5

Tints of Azalea #EEBEC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 31.52%

R = 38.08%
G = 30.4%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#EEBEC5 (or 0xEEBEC5) is known color: Azalea. HEX triplet: EE, BE and C5. RGB value is (238,190,197). Sum of RGB (Red+Green+Blue) = 238+190+197=625 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.08% from 625); Green value is 190 (74.61% from 255 or 30.4% from 625); Blue value is 197 (77.34% from 255 or 31.52% from 625); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBEC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBEC5 is #11413A. Grayscale: #CDCDCD. Windows color (decimal): -1130811 or 12959470. OLE color: 12959470.

HSL color Cylindrical-coordinate representation of color #EEBEC5: hue angle of 351.25º 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 #EEBEC5 is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 190 197 -
CMYK 0 0.20 0.17 0.07
HSL 351.25º 0.59% 0.84% -
HSV(B) 351.25º 0.2% 0.93% -
XYZ 63.75 59.04 60.86 -
YUV 205.15 123.4 151.43 -
System Red Green Blue C M Y K H S L
Decimal 238 190 197 0 0.20 0.17 0.07 351.25 0.59 0.84
Hex EE BE C5 0 14 11 7 15F 3B 54
Octal 356 276 305 0 24 21 7 537 73 124
Binary 11101110 10111110 11000101 0 10100 10001 111 101011111 111011 1010100

Color Harmonies of #EEBEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBEC5

Black with #EEBEC5

Text Example


Text Example

White with #EEBEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBEC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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