Html Css Color HEX #EC2770 Cerise

📋 copy color: '#EC2770'

red 236 ◦ green 39 ◦ blue 112

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

Shades of Cerise #EC2770

Tints of Cerise #EC2770

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.08%

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

R = 60.98%
G = 10.08%
B = 28.94%

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

#EC2770 (or 0xEC2770) is known color: Cerise. HEX triplet: EC, 27 and 70. RGB value is (236,39,112). Sum of RGB (Red+Green+Blue) = 236+39+112=387 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.98% from 387); Green value is 39 (15.62% from 255 or 10.08% from 387); Blue value is 112 (44.14% from 255 or 28.94% from 387); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2770 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2770 is #13D88F. Grayscale: #6A6A6A. Windows color (decimal): -1300624 or 7350252. OLE color: 7350252.

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

Color convert

RGB 236 39 112 -
CMYK 0 0.83 0.53 0.07
HSL 337.77º 0.84% 0.54% -
HSV(B) 337.77º 0.83% 0.93% -
XYZ 38.24 20.45 17.26 -
YUV 106.23 131.27 220.56 -
System Red Green Blue C M Y K H S L
Decimal 236 39 112 0 0.83 0.53 0.07 337.77 0.84 0.54
Hex EC 27 70 0 53 35 7 152 54 36
Octal 354 47 160 0 123 65 7 522 124 66
Binary 11101100 100111 1110000 0 1010011 110101 111 101010010 1010100 110110

Color Harmonies of #EC2770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2770

Black with #EC2770

Text Example


Text Example

White with #EC2770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2770; }

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

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

background-color css

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

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

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

border-color css

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

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

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