Html Css Color HEX #EC1F8D Deep Pink

📋 copy color: '#EC1F8D'

red 236 ◦ green 31 ◦ blue 141

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

Shades of Deep Pink #EC1F8D

Tints of Deep Pink #EC1F8D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.6%

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

R = 57.84%
G = 7.6%
B = 34.56%

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

#EC1F8D (or 0xEC1F8D) is known color: Deep Pink. HEX triplet: EC, 1F and 8D. RGB value is (236,31,141). Sum of RGB (Red+Green+Blue) = 236+31+141=408 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.84% from 408); Green value is 31 (12.5% from 255 or 7.60% from 408); Blue value is 141 (55.47% from 255 or 34.56% from 408); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1F8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1F8D is #13E072. Grayscale: #686868. Windows color (decimal): -1302643 or 9248748. OLE color: 9248748.

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

Color convert

RGB 236 31 141 -
CMYK 0 0.87 0.40 0.07
HSL 327.8º 0.84% 0.52% -
HSV(B) 327.8º 0.87% 0.93% -
XYZ 39.89 20.74 27.1 -
YUV 104.84 148.42 221.56 -
System Red Green Blue C M Y K H S L
Decimal 236 31 141 0 0.87 0.40 0.07 327.8 0.84 0.52
Hex EC 1F 8D 0 57 28 7 148 54 34
Octal 354 37 215 0 127 50 7 510 124 64
Binary 11101100 11111 10001101 0 1010111 101000 111 101001000 1010100 110100

Color Harmonies of #EC1F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1F8D

Black with #EC1F8D

Text Example


Text Example

White with #EC1F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1F8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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