#E7C0C4

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

Shades of Azalea #E7C0C4

Tints of Azalea #E7C0C4

Color information

#E7C0C4 (or 0xE7C0C4) is unknown color: approx Azalea. HEX triplet: E7, C0 and C4. RGB value is (231,192,196). Sum of RGB (Red+Green+Blue) = 231+192+196=619 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.32% from 619); Green value is 192 (75.39% from 255 or 31.02% from 619); Blue value is 196 (76.95% from 255 or 31.66% from 619); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C0C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C0C4 is #183F3B. Grayscale: #CCCCCC. Windows color (decimal): -1589052 or 12894439. OLE color: 12894439.

HSL color Cylindrical-coordinate representation of color #E7C0C4: hue angle of 353.85º degrees, saturation: 0.45, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E7C0C4 is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.09.

Color convert

RGB231192196-
CMYK00.170.150.09
HSL353.85º44.83%82.94%-
HSV(B)353.85º16.88%90.59%-
XYZ61.7758.6760.29-
YUV204.12123.42147.17-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.32%
GREEN value IS 192 (75.39% from 255) = 31.02%
BLUE value IS 196 (76.95% from 255) = 31.66%
R=37.32%
G=31.02%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.15
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119219600.170.150.09353.8544.8382.94
HexE7C0C4011F91622d53
Octal347300304021171154255123
Binary111001111100000011000100010001111110011011000101011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C0C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C0C4; }

 p { color: rgb(231,192,196); }

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

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

 a { background-color: rgb(231,192,196); }

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

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

 span { border-color: rgb(231,192,196); }

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