Html Css Color HEX #EC2570 Cerise

📋 copy color: '#EC2570'

red 236 ◦ green 37 ◦ blue 112

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

Shades of Cerise #EC2570

Tints of Cerise #EC2570

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.61%

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

R = 61.3%
G = 9.61%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC2570 (or 0xEC2570) is known color: Cerise. HEX triplet: EC, 25 and 70. RGB value is (236,37,112). Sum of RGB (Red+Green+Blue) = 236+37+112=385 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.30% from 385); Green value is 37 (14.84% from 255 or 9.61% from 385); Blue value is 112 (44.14% from 255 or 29.09% from 385); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2570 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2570 is #13DA8F. Grayscale: #686868. Windows color (decimal): -1301136 or 7349740. OLE color: 7349740.

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

Color convert

RGB 236 37 112 -
CMYK 0 0.84 0.53 0.07
HSL 337.39º 0.84% 0.54% -
HSV(B) 337.39º 0.84% 0.93% -
XYZ 38.18 20.33 17.24 -
YUV 105.05 131.93 221.4 -
System Red Green Blue C M Y K H S L
Decimal 236 37 112 0 0.84 0.53 0.07 337.39 0.84 0.54
Hex EC 25 70 0 54 35 7 151 54 36
Octal 354 45 160 0 124 65 7 521 124 66
Binary 11101100 100101 1110000 0 1010100 110101 111 101010001 1010100 110110

Color Harmonies of #EC2570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2570

Black with #EC2570

Text Example


Text Example

White with #EC2570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2570; }

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

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

background-color css

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

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

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

border-color css

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

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

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