Html Css Color HEX #EC2B70 Cerise

📋 copy color: '#EC2B70'

red 236 ◦ green 43 ◦ blue 112

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

Shades of Cerise #EC2B70

Tints of Cerise #EC2B70

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11%

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

R = 60.36%
G = 11%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC2B70 (or 0xEC2B70) is known color: Cerise. HEX triplet: EC, 2B and 70. RGB value is (236,43,112). Sum of RGB (Red+Green+Blue) = 236+43+112=391 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.36% from 391); Green value is 43 (17.19% from 255 or 11.00% from 391); Blue value is 112 (44.14% from 255 or 28.64% from 391); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2B70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2B70 is #13D48F. Grayscale: #6C6C6C. Windows color (decimal): -1299600 or 7351276. OLE color: 7351276.

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

Color convert

RGB 236 43 112 -
CMYK 0 0.82 0.53 0.07
HSL 338.55º 0.84% 0.55% -
HSV(B) 338.55º 0.82% 0.93% -
XYZ 38.38 20.73 17.31 -
YUV 108.57 129.94 218.89 -
System Red Green Blue C M Y K H S L
Decimal 236 43 112 0 0.82 0.53 0.07 338.55 0.84 0.55
Hex EC 2B 70 0 52 35 7 153 54 37
Octal 354 53 160 0 122 65 7 523 124 67
Binary 11101100 101011 1110000 0 1010010 110101 111 101010011 1010100 110111

Color Harmonies of #EC2B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2B70

Black with #EC2B70

Text Example


Text Example

White with #EC2B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2B70; }

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

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

background-color css

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

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

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

border-color css

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

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

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