Html Css Color HEX #EC2172 Cerise

📋 copy color: '#EC2172'

red 236 ◦ green 33 ◦ blue 114

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

Shades of Cerise #EC2172

Tints of Cerise #EC2172

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.62%

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

R = 61.62%
G = 8.62%
B = 29.77%

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

#EC2172 (or 0xEC2172) is known color: Cerise. HEX triplet: EC, 21 and 72. RGB value is (236,33,114). Sum of RGB (Red+Green+Blue) = 236+33+114=383 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.62% from 383); Green value is 33 (13.28% from 255 or 8.62% from 383); Blue value is 114 (44.92% from 255 or 29.77% from 383); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2172 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2172 is #13DE8D. Grayscale: #666666. Windows color (decimal): -1302158 or 7479788. OLE color: 7479788.

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

Color convert

RGB 236 33 114 -
CMYK 0 0.86 0.52 0.07
HSL 336.06º 0.84% 0.53% -
HSV(B) 336.06º 0.86% 0.93% -
XYZ 38.17 20.14 17.79 -
YUV 102.93 134.25 222.91 -
System Red Green Blue C M Y K H S L
Decimal 236 33 114 0 0.86 0.52 0.07 336.06 0.84 0.53
Hex EC 21 72 0 56 34 7 150 54 35
Octal 354 41 162 0 126 64 7 520 124 65
Binary 11101100 100001 1110010 0 1010110 110100 111 101010000 1010100 110101

Color Harmonies of #EC2172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2172

Black with #EC2172

Text Example


Text Example

White with #EC2172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2172; }

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

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

background-color css

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

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

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

border-color css

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

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

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