Html Css Color HEX #EC2272 Cerise

📋 copy color: '#EC2272'

red 236 ◦ green 34 ◦ blue 114

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

Shades of Cerise #EC2272

Tints of Cerise #EC2272

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.85%

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

R = 61.46%
G = 8.85%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EC2272 (or 0xEC2272) is known color: Cerise. HEX triplet: EC, 22 and 72. RGB value is (236,34,114). Sum of RGB (Red+Green+Blue) = 236+34+114=384 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.46% from 384); Green value is 34 (13.67% from 255 or 8.85% from 384); Blue value is 114 (44.92% from 255 or 29.69% from 384); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2272 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2272 is #13DD8D. Grayscale: #676767. Windows color (decimal): -1301902 or 7480044. OLE color: 7480044.

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

Color convert

RGB 236 34 114 -
CMYK 0 0.86 0.52 0.07
HSL 336.24º 0.84% 0.53% -
HSV(B) 336.24º 0.86% 0.93% -
XYZ 38.2 20.19 17.8 -
YUV 103.52 133.92 222.5 -
System Red Green Blue C M Y K H S L
Decimal 236 34 114 0 0.86 0.52 0.07 336.24 0.84 0.53
Hex EC 22 72 0 56 34 7 150 54 35
Octal 354 42 162 0 126 64 7 520 124 65
Binary 11101100 100010 1110010 0 1010110 110100 111 101010000 1010100 110101

Color Harmonies of #EC2272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2272

Black with #EC2272

Text Example


Text Example

White with #EC2272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2272; }

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

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

background-color css

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

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

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

border-color css

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

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

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