Html Css Color HEX #EC2E74 Cerise

📋 copy color: '#EC2E74'

red 236 ◦ green 46 ◦ blue 116

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

Shades of Cerise #EC2E74

Tints of Cerise #EC2E74

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.56%

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

R = 59.3%
G = 11.56%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EC2E74 (or 0xEC2E74) is known color: Cerise. HEX triplet: EC, 2E and 74. RGB value is (236,46,116). Sum of RGB (Red+Green+Blue) = 236+46+116=398 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.30% from 398); Green value is 46 (18.36% from 255 or 11.56% from 398); Blue value is 116 (45.70% from 255 or 29.15% from 398); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2E74 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2E74 is #13D18B. Grayscale: #6E6E6E. Windows color (decimal): -1298828 or 7614188. OLE color: 7614188.

HSL color Cylindrical-coordinate representation of color #EC2E74: hue angle of 337.89º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EC2E74 is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 46 116 -
CMYK 0 0.81 0.51 0.07
HSL 337.89º 0.83% 0.55% -
HSV(B) 337.89º 0.81% 0.93% -
XYZ 38.72 21.05 18.54 -
YUV 110.79 130.95 217.31 -
System Red Green Blue C M Y K H S L
Decimal 236 46 116 0 0.81 0.51 0.07 337.89 0.83 0.55
Hex EC 2E 74 0 51 33 7 152 53 37
Octal 354 56 164 0 121 63 7 522 123 67
Binary 11101100 101110 1110100 0 1010001 110011 111 101010010 1010011 110111

Color Harmonies of #EC2E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2E74

Black with #EC2E74

Text Example


Text Example

White with #EC2E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2E74; }

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

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

background-color css

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

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

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

border-color css

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

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

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