Html Css Color HEX #EEBFC2 Azalea

📋 copy color: '#EEBFC2'

red 238 ◦ green 191 ◦ blue 194

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

Shades of Azalea #EEBFC2

Tints of Azalea #EEBFC2

RGB

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

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

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

R = 38.2%
G = 30.66%
B = 31.14%

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

#EEBFC2 (or 0xEEBFC2) is known color: Azalea. HEX triplet: EE, BF and C2. RGB value is (238,191,194). Sum of RGB (Red+Green+Blue) = 238+191+194=623 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.20% from 623); Green value is 191 (75% from 255 or 30.66% from 623); Blue value is 194 (76.17% from 255 or 31.14% from 623); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBFC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBFC2 is #11403D. Grayscale: #CDCDCD. Windows color (decimal): -1130558 or 12763118. OLE color: 12763118.

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

Color convert

RGB 238 191 194 -
CMYK 0 0.20 0.18 0.07
HSL 356.17º 0.58% 0.84% -
HSV(B) 356.17º 0.2% 0.93% -
XYZ 63.63 59.33 59.14 -
YUV 205.4 121.57 151.26 -
System Red Green Blue C M Y K H S L
Decimal 238 191 194 0 0.20 0.18 0.07 356.17 0.58 0.84
Hex EE BF C2 0 14 12 7 164 3A 54
Octal 356 277 302 0 24 22 7 544 72 124
Binary 11101110 10111111 11000010 0 10100 10010 111 101100100 111010 1010100

Color Harmonies of #EEBFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBFC2

Black with #EEBFC2

Text Example


Text Example

White with #EEBFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBFC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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