#EABFC2

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

Shades of Azalea #EABFC2

Tints of Azalea #EABFC2

Color information

#EABFC2 (or 0xEABFC2) is unknown color: approx Azalea. HEX triplet: EA, BF and C2. RGB value is (234,191,194). Sum of RGB (Red+Green+Blue) = 234+191+194=619 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.80% from 619); Green value is 191 (75% from 255 or 30.86% from 619); Blue value is 194 (76.17% from 255 or 31.34% from 619); Max value from RGB is 234 - color contains mainly: red. Hex color #EABFC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABFC2 is #15403D. Grayscale: #CCCCCC. Windows color (decimal): -1392702 or 12763114. OLE color: 12763114.

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

Color convert

RGB234191194-
CMYK00.180.170.08
HSL355.81º50.59%83.33%-
HSV(B)355.81º18.38%91.76%-
XYZ62.358.6559.08-
YUV204.2122.25149.26-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.80%
GREEN value IS 191 (75% from 255) = 30.86%
BLUE value IS 194 (76.17% from 255) = 31.34%
R=37.80%
G=30.86%
B=31.34%

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
Decimal23419119400.180.170.08355.8150.5983.33
HexEABFC20121181643353
Octal352277302022211054463123
Binary1110101010111111110000100100101000110001011001001100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABFC2; }

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

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

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

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

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

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

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

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