Html Css Color HEX #EC1F8F Deep Pink

📋 copy color: '#EC1F8F'

red 236 ◦ green 31 ◦ blue 143

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

Shades of Deep Pink #EC1F8F

Tints of Deep Pink #EC1F8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.88%

R = 57.56%
G = 7.56%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EC1F8F (or 0xEC1F8F) is known color: Deep Pink. HEX triplet: EC, 1F and 8F. RGB value is (236,31,143). Sum of RGB (Red+Green+Blue) = 236+31+143=410 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.56% from 410); Green value is 31 (12.5% from 255 or 7.56% from 410); Blue value is 143 (56.25% from 255 or 34.88% from 410); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1F8F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1F8F is #13E070. Grayscale: #686868. Windows color (decimal): -1302641 or 9379820. OLE color: 9379820.

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

Color convert

RGB 236 31 143 -
CMYK 0 0.87 0.39 0.07
HSL 327.22º 0.84% 0.52% -
HSV(B) 327.22º 0.87% 0.93% -
XYZ 40.04 20.8 27.89 -
YUV 105.06 149.42 221.39 -
System Red Green Blue C M Y K H S L
Decimal 236 31 143 0 0.87 0.39 0.07 327.22 0.84 0.52
Hex EC 1F 8F 0 57 27 7 147 54 34
Octal 354 37 217 0 127 47 7 507 124 64
Binary 11101100 11111 10001111 0 1010111 100111 111 101000111 1010100 110100

Color Harmonies of #EC1F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1F8F

Black with #EC1F8F

Text Example


Text Example

White with #EC1F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1F8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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