Html Css Color HEX #EC2B73 Cerise

📋 copy color: '#EC2B73'

red 236 ◦ green 43 ◦ blue 115

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

Shades of Cerise #EC2B73

Tints of Cerise #EC2B73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 29.19%

R = 59.9%
G = 10.91%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EC2B73 (or 0xEC2B73) is known color: Cerise. HEX triplet: EC, 2B and 73. RGB value is (236,43,115). Sum of RGB (Red+Green+Blue) = 236+43+115=394 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.90% from 394); Green value is 43 (17.19% from 255 or 10.91% from 394); Blue value is 115 (45.31% from 255 or 29.19% from 394); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2B73 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2B73 is #13D48C. Grayscale: #6C6C6C. Windows color (decimal): -1299597 or 7547884. OLE color: 7547884.

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

Color convert

RGB 236 43 115 -
CMYK 0 0.82 0.51 0.07
HSL 337.62º 0.84% 0.55% -
HSV(B) 337.62º 0.82% 0.93% -
XYZ 38.55 20.8 18.2 -
YUV 108.92 131.44 218.65 -
System Red Green Blue C M Y K H S L
Decimal 236 43 115 0 0.82 0.51 0.07 337.62 0.84 0.55
Hex EC 2B 73 0 52 33 7 152 54 37
Octal 354 53 163 0 122 63 7 522 124 67
Binary 11101100 101011 1110011 0 1010010 110011 111 101010010 1010100 110111

Color Harmonies of #EC2B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2B73

Black with #EC2B73

Text Example


Text Example

White with #EC2B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2B73; }

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

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

background-color css

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

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

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

border-color css

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

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

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