Html Css Color HEX #EC228C Deep Cerise

📋 copy color: '#EC228C'

red 236 ◦ green 34 ◦ blue 140

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

Shades of Deep Cerise #EC228C

Tints of Deep Cerise #EC228C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.15%

R = 57.56%
G = 8.29%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EC228C (or 0xEC228C) is known color: Deep Cerise. HEX triplet: EC, 22 and 8C. RGB value is (236,34,140). Sum of RGB (Red+Green+Blue) = 236+34+140=410 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.56% from 410); Green value is 34 (13.67% from 255 or 8.29% from 410); Blue value is 140 (55.08% from 255 or 34.15% from 410); Max value from RGB is 236 - color contains mainly: red. Hex color #EC228C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC228C is #13DD73. Grayscale: #6A6A6A. Windows color (decimal): -1301876 or 9183980. OLE color: 9183980.

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

Color convert

RGB 236 34 140 -
CMYK 0 0.86 0.41 0.07
HSL 328.51º 0.84% 0.53% -
HSV(B) 328.51º 0.86% 0.93% -
XYZ 39.9 20.87 26.74 -
YUV 106.48 146.92 220.38 -
System Red Green Blue C M Y K H S L
Decimal 236 34 140 0 0.86 0.41 0.07 328.51 0.84 0.53
Hex EC 22 8C 0 56 29 7 149 54 35
Octal 354 42 214 0 126 51 7 511 124 65
Binary 11101100 100010 10001100 0 1010110 101001 111 101001001 1010100 110101

Color Harmonies of #EC228C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC228C

Black with #EC228C

Text Example


Text Example

White with #EC228C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC228C; }

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

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

background-color css

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

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

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

border-color css

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

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

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