Html Css Color HEX #EC228D Deep Pink

📋 copy color: '#EC228D'

red 236 ◦ green 34 ◦ blue 141

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

Shades of Deep Pink #EC228D

Tints of Deep Pink #EC228D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.31%

R = 57.42%
G = 8.27%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EC228D (or 0xEC228D) is known color: Deep Pink. HEX triplet: EC, 22 and 8D. RGB value is (236,34,141). Sum of RGB (Red+Green+Blue) = 236+34+141=411 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.42% from 411); Green value is 34 (13.67% from 255 or 8.27% from 411); Blue value is 141 (55.47% from 255 or 34.31% from 411); Max value from RGB is 236 - color contains mainly: red. Hex color #EC228D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC228D is #13DD72. Grayscale: #6A6A6A. Windows color (decimal): -1301875 or 9249516. OLE color: 9249516.

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

Color convert

RGB 236 34 141 -
CMYK 0 0.86 0.40 0.07
HSL 328.22º 0.84% 0.53% -
HSV(B) 328.22º 0.86% 0.93% -
XYZ 39.97 20.9 27.13 -
YUV 106.6 147.42 220.3 -
System Red Green Blue C M Y K H S L
Decimal 236 34 141 0 0.86 0.40 0.07 328.22 0.84 0.53
Hex EC 22 8D 0 56 28 7 148 54 35
Octal 354 42 215 0 126 50 7 510 124 65
Binary 11101100 100010 10001101 0 1010110 101000 111 101001000 1010100 110101

Color Harmonies of #EC228D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC228D

Black with #EC228D

Text Example


Text Example

White with #EC228D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC228D; }

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

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

background-color css

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

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

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

border-color css

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

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

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