Html Css Color HEX #EC227D Deep Cerise

📋 copy color: '#EC227D'

red 236 ◦ green 34 ◦ blue 125

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

Shades of Deep Cerise #EC227D

Tints of Deep Cerise #EC227D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.65%

R = 59.75%
G = 8.61%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EC227D (or 0xEC227D) is known color: Deep Cerise. HEX triplet: EC, 22 and 7D. RGB value is (236,34,125). Sum of RGB (Red+Green+Blue) = 236+34+125=395 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.75% from 395); Green value is 34 (13.67% from 255 or 8.61% from 395); Blue value is 125 (49.22% from 255 or 31.65% from 395); Max value from RGB is 236 - color contains mainly: red. Hex color #EC227D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC227D is #13DD82. Grayscale: #686868. Windows color (decimal): -1301891 or 8200940. OLE color: 8200940.

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

Color convert

RGB 236 34 125 -
CMYK 0 0.86 0.47 0.07
HSL 332.97º 0.84% 0.53% -
HSV(B) 332.97º 0.86% 0.93% -
XYZ 38.87 20.46 21.3 -
YUV 104.77 139.42 221.6 -
System Red Green Blue C M Y K H S L
Decimal 236 34 125 0 0.86 0.47 0.07 332.97 0.84 0.53
Hex EC 22 7D 0 56 2F 7 14D 54 35
Octal 354 42 175 0 126 57 7 515 124 65
Binary 11101100 100010 1111101 0 1010110 101111 111 101001101 1010100 110101

Color Harmonies of #EC227D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC227D

Black with #EC227D

Text Example


Text Example

White with #EC227D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC227D; }

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

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

background-color css

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

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

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

border-color css

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

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

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