#EC245F

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

Shades of Cerise #EC245F

Tints of Cerise #EC245F

Color information

#EC245F (or 0xEC245F) is unknown color: approx Cerise. HEX triplet: EC, 24 and 5F. RGB value is (236,36,95). Sum of RGB (Red+Green+Blue) = 236+36+95=367 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.31% from 367); Green value is 36 (14.45% from 255 or 9.81% from 367); Blue value is 95 (37.5% from 255 or 25.89% from 367); Max value from RGB is 236 - color contains mainly: red. Hex color #EC245F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC245F is #13DBA0. Grayscale: #666666. Windows color (decimal): -1301409 or 6235372. OLE color: 6235372.

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

Color convert

RGB2363695-
CMYK00.850.600.07
HSL342.3º84.03%53.33%-
HSV(B)342.3º84.75%92.55%-
XYZ37.2919.9212.71-
YUV102.53123.76223.2-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 64.31%
GREEN value IS 36 (14.45% from 255) = 9.81%
BLUE value IS 95 (37.5% from 255) = 25.89%
R=64.31%
G=9.81%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.60
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236369500.850.600.07342.384.0353.33
HexEC245F0553C71565435
Octal35444137012574752612465
Binary111011001001001011111010101011111001111010101101010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC245F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC245F; }

 p { color: rgb(236,36,95); }

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

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

 a { background-color: rgb(236,36,95); }

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

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

 span { border-color: rgb(236,36,95); }

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