Html Css Color HEX #EC2F77 Cerise

📋 copy color: '#EC2F77'

red 236 ◦ green 47 ◦ blue 119

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

Shades of Cerise #EC2F77

Tints of Cerise #EC2F77

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.69%

 BLUE value IS 119 (46.88% from 255) = 29.6%

R = 58.71%
G = 11.69%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EC2F77 (or 0xEC2F77) is known color: Cerise. HEX triplet: EC, 2F and 77. RGB value is (236,47,119). Sum of RGB (Red+Green+Blue) = 236+47+119=402 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.71% from 402); Green value is 47 (18.75% from 255 or 11.69% from 402); Blue value is 119 (46.88% from 255 or 29.60% from 402); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2F77 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2F77 is #13D088. Grayscale: #6F6F6F. Windows color (decimal): -1298569 or 7811052. OLE color: 7811052.

HSL color Cylindrical-coordinate representation of color #EC2F77: hue angle of 337.14º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC2F77 is Cyan = 0, Magento = 0.80, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 47 119 -
CMYK 0 0.80 0.50 0.07
HSL 337.14º 0.83% 0.55% -
HSV(B) 337.14º 0.8% 0.93% -
XYZ 38.94 21.2 19.49 -
YUV 111.72 132.12 216.65 -
System Red Green Blue C M Y K H S L
Decimal 236 47 119 0 0.80 0.50 0.07 337.14 0.83 0.55
Hex EC 2F 77 0 50 32 7 151 53 37
Octal 354 57 167 0 120 62 7 521 123 67
Binary 11101100 101111 1110111 0 1010000 110010 111 101010001 1010011 110111

Color Harmonies of #EC2F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2F77

Black with #EC2F77

Text Example


Text Example

White with #EC2F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2F77; }

 p { color: rgb(236,47,119); }

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

background-color css

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

 a { background-color: rgb(236,47,119); }

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

border-color css

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

 span { border-color: rgb(236,47,119); }

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