Html Css Color HEX #EC2E72 Cerise

📋 copy color: '#EC2E72'

red 236 ◦ green 46 ◦ blue 114

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

Shades of Cerise #EC2E72

Tints of Cerise #EC2E72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 28.79%

R = 59.6%
G = 11.62%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EC2E72 (or 0xEC2E72) is known color: Cerise. HEX triplet: EC, 2E and 72. RGB value is (236,46,114). Sum of RGB (Red+Green+Blue) = 236+46+114=396 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.60% from 396); Green value is 46 (18.36% from 255 or 11.62% from 396); Blue value is 114 (44.92% from 255 or 28.79% from 396); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2E72 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2E72 is #13D18D. Grayscale: #6E6E6E. Windows color (decimal): -1298830 or 7483116. OLE color: 7483116.

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

Color convert

RGB 236 46 114 -
CMYK 0 0.81 0.52 0.07
HSL 338.53º 0.83% 0.55% -
HSV(B) 338.53º 0.81% 0.93% -
XYZ 38.61 21 17.94 -
YUV 110.56 129.95 217.47 -
System Red Green Blue C M Y K H S L
Decimal 236 46 114 0 0.81 0.52 0.07 338.53 0.83 0.55
Hex EC 2E 72 0 51 34 7 153 53 37
Octal 354 56 162 0 121 64 7 523 123 67
Binary 11101100 101110 1110010 0 1010001 110100 111 101010011 1010011 110111

Color Harmonies of #EC2E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2E72

Black with #EC2E72

Text Example


Text Example

White with #EC2E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2E72; }

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

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

background-color css

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

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

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

border-color css

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

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

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