#EABFC3

Color #EABFC3 Azalea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Azalea #EABFC3

Tints of Azalea #EABFC3

Color information

#EABFC3 (or 0xEABFC3) is unknown color: approx Azalea. HEX triplet: EA, BF and C3. RGB value is (234,191,195). Sum of RGB (Red+Green+Blue) = 234+191+195=620 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.74% from 620); Green value is 191 (75% from 255 or 30.81% from 620); Blue value is 195 (76.56% from 255 or 31.45% from 620); Max value from RGB is 234 - color contains mainly: red. Hex color #EABFC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABFC3 is #15403C. Grayscale: #CCCCCC. Windows color (decimal): -1392701 or 12828650. OLE color: 12828650.

HSL color Cylindrical-coordinate representation of color #EABFC3: hue angle of 354.42º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EABFC3 is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB234191195-
CMYK00.180.170.08
HSL354.42º50.59%83.33%-
HSV(B)354.42º18.38%91.76%-
XYZ62.4158.6959.67-
YUV204.31122.75149.17-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.74%
GREEN value IS 191 (75% from 255) = 30.81%
BLUE value IS 195 (76.56% from 255) = 31.45%
R=37.74%
G=30.81%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419119500.180.170.08354.4250.5983.33
HexEABFC30121181623353
Octal352277303022211054263123
Binary1110101010111111110000110100101000110001011000101100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABFC3; }

 p { color: rgb(234,191,195); }

 H1.HeaderClassName
 {
   color: #EABFC3;
 }
 .AnyTagClassName
 {
   color: #EABFC3;
 }
</style>
background-color css

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

 a { background-color: rgb(234,191,195); }

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

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

 span { border-color: rgb(234,191,195); }

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