Html Css Color HEX #EC245F Cerise

📋 copy color: '#EC245F'

red 236 ◦ green 36 ◦ blue 95

#EC245F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerise #EC245F

Tints of Cerise #EC245F

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 value IS 0

 M value IS 0.85

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EC245F (or 0xEC245F) is known color: 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

RGB 236 36 95 -
CMYK 0 0.85 0.60 0.07
HSL 342.3º 0.84% 0.53% -
HSV(B) 342.3º 0.85% 0.93% -
XYZ 37.29 19.92 12.71 -
YUV 102.53 123.76 223.2 -
System Red Green Blue C M Y K H S L
Decimal 236 36 95 0 0.85 0.60 0.07 342.3 0.84 0.53
Hex EC 24 5F 0 55 3C 7 156 54 35
Octal 354 44 137 0 125 74 7 526 124 65
Binary 11101100 100100 1011111 0 1010101 111100 111 101010110 1010100 110101

Color Harmonies of #EC245F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC245F

Black with #EC245F

Text Example


Text Example

White with #EC245F

Text Example


Text Example

HTML Codes & Css Web 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>