#EC8596

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

Shades of Carissma #EC8596

Tints of Carissma #EC8596

Color information

#EC8596 (or 0xEC8596) is unknown color: approx Carissma. HEX triplet: EC, 85 and 96. RGB value is (236,133,150). Sum of RGB (Red+Green+Blue) = 236+133+150=519 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.47% from 519); Green value is 133 (52.34% from 255 or 25.63% from 519); Blue value is 150 (58.98% from 255 or 28.90% from 519); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8596 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8596 is #137A69. Grayscale: #A5A5A5. Windows color (decimal): -1276522 or 9864684. OLE color: 9864684.

HSL color Cylindrical-coordinate representation of color #EC8596: hue angle of 350.1º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EC8596 is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB236133150-
CMYK00.440.360.07
HSL350.1º73.05%72.35%-
HSV(B)350.1º43.64%92.55%-
XYZ48.4836.8133.4-
YUV165.74119.12178.12-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.47%
GREEN value IS 133 (52.34% from 255) = 25.63%
BLUE value IS 150 (58.98% from 255) = 28.90%
R=45.47%
G=25.63%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613315000.440.360.07350.173.0572.35
HexEC859602C24715e4948
Octal354205226054447536111110
Binary111011001000010110010110010110010010011110101111010010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8596; }

 p { color: rgb(236,133,150); }

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

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

 a { background-color: rgb(236,133,150); }

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

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

 span { border-color: rgb(236,133,150); }

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