Html Css Color HEX #EC2370 Cerise

📋 copy color: '#EC2370'

red 236 ◦ green 35 ◦ blue 112

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

Shades of Cerise #EC2370

Tints of Cerise #EC2370

RGB

 RED value IS 236 (92.58% from 255) = 61.62%

 GREEN value IS 35 (14.06% from 255) = 9.14%

 BLUE value IS 112 (44.14% from 255) = 29.24%

R = 61.62%
G = 9.14%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC2370 (or 0xEC2370) is known color: Cerise. HEX triplet: EC, 23 and 70. RGB value is (236,35,112). Sum of RGB (Red+Green+Blue) = 236+35+112=383 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.62% from 383); Green value is 35 (14.06% from 255 or 9.14% from 383); Blue value is 112 (44.14% from 255 or 29.24% from 383); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2370 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2370 is #13DC8F. Grayscale: #676767. Windows color (decimal): -1301648 or 7349228. OLE color: 7349228.

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

Color convert

RGB 236 35 112 -
CMYK 0 0.85 0.53 0.07
HSL 337.01º 0.84% 0.53% -
HSV(B) 337.01º 0.85% 0.93% -
XYZ 38.12 20.2 17.22 -
YUV 103.88 132.59 222.24 -
System Red Green Blue C M Y K H S L
Decimal 236 35 112 0 0.85 0.53 0.07 337.01 0.84 0.53
Hex EC 23 70 0 55 35 7 151 54 35
Octal 354 43 160 0 125 65 7 521 124 65
Binary 11101100 100011 1110000 0 1010101 110101 111 101010001 1010100 110101

Color Harmonies of #EC2370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2370

Black with #EC2370

Text Example


Text Example

White with #EC2370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2370; }

 p { color: rgb(236,35,112); }

 H1.HeaderClassName
 {
   color: #EC2370;
 }
 .AnyTagClassName
 {
   color: #EC2370;
 }
</style>

background-color css

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

 a { background-color: rgb(236,35,112); }

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

border-color css

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

 span { border-color: rgb(236,35,112); }

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