Html Css Color HEX #EC2B71 Cerise

📋 copy color: '#EC2B71'

red 236 ◦ green 43 ◦ blue 113

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

Shades of Cerise #EC2B71

Tints of Cerise #EC2B71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 28.83%

R = 60.2%
G = 10.97%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EC2B71 (or 0xEC2B71) is known color: Cerise. HEX triplet: EC, 2B and 71. RGB value is (236,43,113). Sum of RGB (Red+Green+Blue) = 236+43+113=392 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.20% from 392); Green value is 43 (17.19% from 255 or 10.97% from 392); Blue value is 113 (44.53% from 255 or 28.83% from 392); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2B71 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2B71 is #13D48E. Grayscale: #6C6C6C. Windows color (decimal): -1299599 or 7416812. OLE color: 7416812.

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

Color convert

RGB 236 43 113 -
CMYK 0 0.82 0.52 0.07
HSL 338.24º 0.84% 0.55% -
HSV(B) 338.24º 0.82% 0.93% -
XYZ 38.44 20.75 17.6 -
YUV 108.69 130.44 218.81 -
System Red Green Blue C M Y K H S L
Decimal 236 43 113 0 0.82 0.52 0.07 338.24 0.84 0.55
Hex EC 2B 71 0 52 34 7 152 54 37
Octal 354 53 161 0 122 64 7 522 124 67
Binary 11101100 101011 1110001 0 1010010 110100 111 101010010 1010100 110111

Color Harmonies of #EC2B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2B71

Black with #EC2B71

Text Example


Text Example

White with #EC2B71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2B71; }

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

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

background-color css

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

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

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

border-color css

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

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

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