Html Css Color HEX #EC2974 Cerise

📋 copy color: '#EC2974'

red 236 ◦ green 41 ◦ blue 116

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

Shades of Cerise #EC2974

Tints of Cerise #EC2974

RGB

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

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

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

R = 60.05%
G = 10.43%
B = 29.52%

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

#EC2974 (or 0xEC2974) is known color: Cerise. HEX triplet: EC, 29 and 74. RGB value is (236,41,116). Sum of RGB (Red+Green+Blue) = 236+41+116=393 (52% of max value = 765). Red value is 236 (92.58% from 255 or 60.05% from 393); Green value is 41 (16.41% from 255 or 10.43% from 393); Blue value is 116 (45.70% from 255 or 29.52% from 393); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2974 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2974 is #13D68B. Grayscale: #6B6B6B. Windows color (decimal): -1300108 or 7612908. OLE color: 7612908.

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

Color convert

RGB 236 41 116 -
CMYK 0 0.83 0.51 0.07
HSL 336.92º 0.84% 0.54% -
HSV(B) 336.92º 0.83% 0.93% -
XYZ 38.54 20.68 18.48 -
YUV 107.86 132.6 219.4 -
System Red Green Blue C M Y K H S L
Decimal 236 41 116 0 0.83 0.51 0.07 336.92 0.84 0.54
Hex EC 29 74 0 53 33 7 151 54 36
Octal 354 51 164 0 123 63 7 521 124 66
Binary 11101100 101001 1110100 0 1010011 110011 111 101010001 1010100 110110

Color Harmonies of #EC2974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2974

Black with #EC2974

Text Example


Text Example

White with #EC2974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2974; }

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

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

background-color css

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

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

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

border-color css

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

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

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