#EAC3C4

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

Shades of Azalea #EAC3C4

Tints of Azalea #EAC3C4

Color information

#EAC3C4 (or 0xEAC3C4) is unknown color: approx Azalea. HEX triplet: EA, C3 and C4. RGB value is (234,195,196). Sum of RGB (Red+Green+Blue) = 234+195+196=625 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.44% from 625); Green value is 195 (76.56% from 255 or 31.2% from 625); Blue value is 196 (76.95% from 255 or 31.36% from 625); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC3C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC3C4 is #153C3B. Grayscale: #CECECE. Windows color (decimal): -1391676 or 12895210. OLE color: 12895210.

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

Color convert

RGB234195196-
CMYK00.170.160.08
HSL358.46º48.15%84.12%-
HSV(B)358.46º16.67%91.76%-
XYZ63.4160.5160.56-
YUV206.77121.92147.42-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.44%
GREEN value IS 195 (76.56% from 255) = 31.2%
BLUE value IS 196 (76.95% from 255) = 31.36%
R=37.44%
G=31.2%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419519600.170.160.08358.4648.1584.12
HexEAC3C40111081663054
Octal352303304021201054660124
Binary1110101011000011110001000100011000010001011001101100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC3C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC3C4; }

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

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

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

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

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

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

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

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