Html Css Color HEX #EC1E8D Deep Pink

📋 copy color: '#EC1E8D'

red 236 ◦ green 30 ◦ blue 141

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

Shades of Deep Pink #EC1E8D

Tints of Deep Pink #EC1E8D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.37%

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

R = 57.99%
G = 7.37%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EC1E8D (or 0xEC1E8D) is known color: Deep Pink. HEX triplet: EC, 1E and 8D. RGB value is (236,30,141). Sum of RGB (Red+Green+Blue) = 236+30+141=407 (53% of max value = 765). Red value is 236 (92.58% from 255 or 57.99% from 407); Green value is 30 (12.11% from 255 or 7.37% from 407); Blue value is 141 (55.47% from 255 or 34.64% from 407); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1E8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1E8D is #13E172. Grayscale: #686868. Windows color (decimal): -1302899 or 9248492. OLE color: 9248492.

HSL color Cylindrical-coordinate representation of color #EC1E8D: hue angle of 327.67º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EC1E8D is Cyan = 0, Magento = 0.87, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 30 141 -
CMYK 0 0.87 0.40 0.07
HSL 327.67º 0.84% 0.52% -
HSV(B) 327.67º 0.87% 0.93% -
XYZ 39.86 20.68 27.09 -
YUV 104.25 148.75 221.97 -
System Red Green Blue C M Y K H S L
Decimal 236 30 141 0 0.87 0.40 0.07 327.67 0.84 0.52
Hex EC 1E 8D 0 57 28 7 148 54 34
Octal 354 36 215 0 127 50 7 510 124 64
Binary 11101100 11110 10001101 0 1010111 101000 111 101001000 1010100 110100

Color Harmonies of #EC1E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1E8D

Black with #EC1E8D

Text Example


Text Example

White with #EC1E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1E8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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