Html Css Color HEX #EC2874 Cerise

📋 copy color: '#EC2874'

red 236 ◦ green 40 ◦ blue 116

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

Shades of Cerise #EC2874

Tints of Cerise #EC2874

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.2%

 BLUE value IS 116 (45.7% from 255) = 29.59%

R = 60.2%
G = 10.2%
B = 29.59%

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

#EC2874 (or 0xEC2874) is known color: Cerise. HEX triplet: EC, 28 and 74. RGB value is (236,40,116). Sum of RGB (Red+Green+Blue) = 236+40+116=392 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.20% from 392); Green value is 40 (16.02% from 255 or 10.20% from 392); Blue value is 116 (45.70% from 255 or 29.59% from 392); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2874 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2874 is #13D78B. Grayscale: #6B6B6B. Windows color (decimal): -1300364 or 7612652. OLE color: 7612652.

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

Color convert

RGB 236 40 116 -
CMYK 0 0.83 0.51 0.07
HSL 336.73º 0.84% 0.54% -
HSV(B) 336.73º 0.83% 0.93% -
XYZ 38.5 20.61 18.47 -
YUV 107.27 132.93 219.82 -
System Red Green Blue C M Y K H S L
Decimal 236 40 116 0 0.83 0.51 0.07 336.73 0.84 0.54
Hex EC 28 74 0 53 33 7 151 54 36
Octal 354 50 164 0 123 63 7 521 124 66
Binary 11101100 101000 1110100 0 1010011 110011 111 101010001 1010100 110110

Color Harmonies of #EC2874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2874

Black with #EC2874

Text Example


Text Example

White with #EC2874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2874; }

 p { color: rgb(236,40,116); }

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

background-color css

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

 a { background-color: rgb(236,40,116); }

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

border-color css

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

 span { border-color: rgb(236,40,116); }

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