#EFC2C3

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

Shades of Azalea #EFC2C3

Tints of Azalea #EFC2C3

Color information

#EFC2C3 (or 0xEFC2C3) is unknown color: approx Azalea. HEX triplet: EF, C2 and C3. RGB value is (239,194,195). Sum of RGB (Red+Green+Blue) = 239+194+195=628 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.06% from 628); Green value is 194 (76.17% from 255 or 30.89% from 628); Blue value is 195 (76.56% from 255 or 31.05% from 628); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC2C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC2C3 is #103D3C. Grayscale: #CFCFCF. Windows color (decimal): -1064253 or 12829423. OLE color: 12829423.

HSL color Cylindrical-coordinate representation of color #EFC2C3: hue angle of 358.67º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EFC2C3 is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB239194195-
CMYK00.190.180.06
HSL358.67º58.44%84.9%-
HSV(B)358.67º18.83%93.73%-
XYZ64.7460.8759.97-
YUV207.57120.91150.42-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.06%
GREEN value IS 194 (76.17% from 255) = 30.89%
BLUE value IS 195 (76.56% from 255) = 31.05%
R=38.06%
G=30.89%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919419500.190.180.06358.6758.4484.9
HexEFC2C30131261673a55
Octal35730230302322654772125
Binary111011111100001011000011010011100101101011001111110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC2C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC2C3; }

 p { color: rgb(239,194,195); }

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

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

 a { background-color: rgb(239,194,195); }

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

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

 span { border-color: rgb(239,194,195); }

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