Html Css Color HEX #EEBFC1 Azalea

📋 copy color: '#EEBFC1'

red 238 ◦ green 191 ◦ blue 193

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

Shades of Azalea #EEBFC1

Tints of Azalea #EEBFC1

RGB

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

 GREEN value IS 191 (75% from 255) = 30.71%

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

R = 38.26%
G = 30.71%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EEBFC1 (or 0xEEBFC1) is known color: Azalea. HEX triplet: EE, BF and C1. RGB value is (238,191,193). Sum of RGB (Red+Green+Blue) = 238+191+193=622 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.26% from 622); Green value is 191 (75% from 255 or 30.71% from 622); Blue value is 193 (75.78% from 255 or 31.03% from 622); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBFC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBFC1 is #11403E. Grayscale: #CDCDCD. Windows color (decimal): -1130559 or 12697582. OLE color: 12697582.

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

Color convert

RGB 238 191 193 -
CMYK 0 0.20 0.19 0.07
HSL 357.45º 0.58% 0.84% -
HSV(B) 357.45º 0.2% 0.93% -
XYZ 63.52 59.29 58.55 -
YUV 205.28 121.07 151.34 -
System Red Green Blue C M Y K H S L
Decimal 238 191 193 0 0.20 0.19 0.07 357.45 0.58 0.84
Hex EE BF C1 0 14 13 7 165 3A 54
Octal 356 277 301 0 24 23 7 545 72 124
Binary 11101110 10111111 11000001 0 10100 10011 111 101100101 111010 1010100

Color Harmonies of #EEBFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBFC1

Black with #EEBFC1

Text Example


Text Example

White with #EEBFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBFC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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