Html Css Color HEX #EC2973 Cerise

📋 copy color: '#EC2973'

red 236 ◦ green 41 ◦ blue 115

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

Shades of Cerise #EC2973

Tints of Cerise #EC2973

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.46%

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

R = 60.2%
G = 10.46%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EC2973 (or 0xEC2973) is known color: Cerise. HEX triplet: EC, 29 and 73. RGB value is (236,41,115). Sum of RGB (Red+Green+Blue) = 236+41+115=392 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.20% from 392); Green value is 41 (16.41% from 255 or 10.46% from 392); Blue value is 115 (45.31% from 255 or 29.34% from 392); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2973 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2973 is #13D68C. Grayscale: #6B6B6B. Windows color (decimal): -1300109 or 7547372. OLE color: 7547372.

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

Color convert

RGB 236 41 115 -
CMYK 0 0.83 0.51 0.07
HSL 337.23º 0.84% 0.54% -
HSV(B) 337.23º 0.83% 0.93% -
XYZ 38.48 20.66 18.18 -
YUV 107.74 132.1 219.48 -
System Red Green Blue C M Y K H S L
Decimal 236 41 115 0 0.83 0.51 0.07 337.23 0.84 0.54
Hex EC 29 73 0 53 33 7 151 54 36
Octal 354 51 163 0 123 63 7 521 124 66
Binary 11101100 101001 1110011 0 1010011 110011 111 101010001 1010100 110110

Color Harmonies of #EC2973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2973

Black with #EC2973

Text Example


Text Example

White with #EC2973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2973; }

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

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

background-color css

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

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

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

border-color css

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

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

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