#EC8494

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

Shades of Carissma #EC8494

Tints of Carissma #EC8494

Color information

#EC8494 (or 0xEC8494) is unknown color: approx Carissma. HEX triplet: EC, 84 and 94. RGB value is (236,132,148). Sum of RGB (Red+Green+Blue) = 236+132+148=516 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.74% from 516); Green value is 132 (51.95% from 255 or 25.58% from 516); Blue value is 148 (58.20% from 255 or 28.68% from 516); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8494 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8494 is #137B6B. Grayscale: #A4A4A4. Windows color (decimal): -1276780 or 9733356. OLE color: 9733356.

HSL color Cylindrical-coordinate representation of color #EC8494: hue angle of 350.77º 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 #EC8494 is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB236132148-
CMYK00.440.370.07
HSL350.77º73.24%72.16%-
HSV(B)350.77º44.07%92.55%-
XYZ48.1936.4732.52-
YUV164.92118.46178.7-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.74%
GREEN value IS 132 (51.95% from 255) = 25.58%
BLUE value IS 148 (58.20% from 255) = 28.68%
R=45.74%
G=25.58%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613214800.440.370.07350.7773.2472.16
HexEC849402C25715f4948
Octal354204224054457537111110
Binary111011001000010010010100010110010010111110101111110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8494; }

 p { color: rgb(236,132,148); }

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

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

 a { background-color: rgb(236,132,148); }

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

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

 span { border-color: rgb(236,132,148); }

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