#EC2A83

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

Shades of Deep Cerise #EC2A83

Tints of Deep Cerise #EC2A83

Color information

#EC2A83 (or 0xEC2A83) is unknown color: approx Deep Cerise. HEX triplet: EC, 2A and 83. RGB value is (236,42,131). Sum of RGB (Red+Green+Blue) = 236+42+131=409 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.70% from 409); Green value is 42 (16.80% from 255 or 10.27% from 409); Blue value is 131 (51.56% from 255 or 32.03% from 409); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2A83 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2A83 is #13D57C. Grayscale: #6D6D6D. Windows color (decimal): -1299837 or 8596204. OLE color: 8596204.

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

Color convert

RGB23642131-
CMYK00.820.440.07
HSL332.47º83.62%54.51%-
HSV(B)332.47º82.2%92.55%-
XYZ39.5221.1323.47-
YUV110.15139.77217.76-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 57.70%
GREEN value IS 42 (16.80% from 255) = 10.27%
BLUE value IS 131 (51.56% from 255) = 32.03%
R=57.70%
G=10.27%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2364213100.820.440.07332.4783.6254.51
HexEC2A830522C714c5437
Octal35452203012254751412467
Binary1110110010101010000011010100101011001111010011001010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC2A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC2A83; }

 p { color: rgb(236,42,131); }

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

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

 a { background-color: rgb(236,42,131); }

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

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

 span { border-color: rgb(236,42,131); }

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