Html Css Color HEX #EC227F Deep Cerise

📋 copy color: '#EC227F'

red 236 ◦ green 34 ◦ blue 127

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

Shades of Deep Cerise #EC227F

Tints of Deep Cerise #EC227F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.99%

R = 59.45%
G = 8.56%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EC227F (or 0xEC227F) is known color: Deep Cerise. HEX triplet: EC, 22 and 7F. RGB value is (236,34,127). Sum of RGB (Red+Green+Blue) = 236+34+127=397 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.45% from 397); Green value is 34 (13.67% from 255 or 8.56% from 397); Blue value is 127 (50% from 255 or 31.99% from 397); Max value from RGB is 236 - color contains mainly: red. Hex color #EC227F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC227F is #13DD80. Grayscale: #686868. Windows color (decimal): -1301889 or 8332012. OLE color: 8332012.

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

Color convert

RGB 236 34 127 -
CMYK 0 0.86 0.46 0.07
HSL 332.38º 0.84% 0.53% -
HSV(B) 332.38º 0.86% 0.93% -
XYZ 38.99 20.51 21.98 -
YUV 105 140.42 221.44 -
System Red Green Blue C M Y K H S L
Decimal 236 34 127 0 0.86 0.46 0.07 332.38 0.84 0.53
Hex EC 22 7F 0 56 2E 7 14C 54 35
Octal 354 42 177 0 126 56 7 514 124 65
Binary 11101100 100010 1111111 0 1010110 101110 111 101001100 1010100 110101

Color Harmonies of #EC227F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC227F

Black with #EC227F

Text Example


Text Example

White with #EC227F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC227F; }

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

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

background-color css

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

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

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

border-color css

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

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

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