Html Css Color HEX #EC2870 Cerise

📋 copy color: '#EC2870'

red 236 ◦ green 40 ◦ blue 112

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

Shades of Cerise #EC2870

Tints of Cerise #EC2870

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.31%

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

R = 60.82%
G = 10.31%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC2870 (or 0xEC2870) is known color: Cerise. HEX triplet: EC, 28 and 70. RGB value is (236,40,112). Sum of RGB (Red+Green+Blue) = 236+40+112=388 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.82% from 388); Green value is 40 (16.02% from 255 or 10.31% from 388); Blue value is 112 (44.14% from 255 or 28.87% from 388); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2870 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2870 is #13D78F. Grayscale: #6A6A6A. Windows color (decimal): -1300368 or 7350508. OLE color: 7350508.

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

Color convert

RGB 236 40 112 -
CMYK 0 0.83 0.53 0.07
HSL 337.96º 0.84% 0.54% -
HSV(B) 337.96º 0.83% 0.93% -
XYZ 38.28 20.52 17.27 -
YUV 106.81 130.93 220.15 -
System Red Green Blue C M Y K H S L
Decimal 236 40 112 0 0.83 0.53 0.07 337.96 0.84 0.54
Hex EC 28 70 0 53 35 7 152 54 36
Octal 354 50 160 0 123 65 7 522 124 66
Binary 11101100 101000 1110000 0 1010011 110101 111 101010010 1010100 110110

Color Harmonies of #EC2870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2870

Black with #EC2870

Text Example


Text Example

White with #EC2870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2870; }

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

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

background-color css

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

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

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

border-color css

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

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

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