Html Css Color HEX #EC2572 Cerise

📋 copy color: '#EC2572'

red 236 ◦ green 37 ◦ blue 114

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

Shades of Cerise #EC2572

Tints of Cerise #EC2572

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.56%

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

R = 60.98%
G = 9.56%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EC2572 (or 0xEC2572) is known color: Cerise. HEX triplet: EC, 25 and 72. RGB value is (236,37,114). Sum of RGB (Red+Green+Blue) = 236+37+114=387 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.98% from 387); Green value is 37 (14.84% from 255 or 9.56% from 387); Blue value is 114 (44.92% from 255 or 29.46% from 387); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2572 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2572 is #13DA8D. Grayscale: #696969. Windows color (decimal): -1301134 or 7480812. OLE color: 7480812.

HSL color Cylindrical-coordinate representation of color #EC2572: hue angle of 336.78º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EC2572 is Cyan = 0, Magento = 0.84, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 37 114 -
CMYK 0 0.84 0.52 0.07
HSL 336.78º 0.84% 0.54% -
HSV(B) 336.78º 0.84% 0.93% -
XYZ 38.29 20.37 17.83 -
YUV 105.28 132.93 221.24 -
System Red Green Blue C M Y K H S L
Decimal 236 37 114 0 0.84 0.52 0.07 336.78 0.84 0.54
Hex EC 25 72 0 54 34 7 151 54 36
Octal 354 45 162 0 124 64 7 521 124 66
Binary 11101100 100101 1110010 0 1010100 110100 111 101010001 1010100 110110

Color Harmonies of #EC2572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2572

Black with #EC2572

Text Example


Text Example

White with #EC2572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2572; }

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

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

background-color css

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

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

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

border-color css

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

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

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