Html Css Color HEX #EC1F93 Deep Pink

📋 copy color: '#EC1F93'

red 236 ◦ green 31 ◦ blue 147

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

Shades of Deep Pink #EC1F93

Tints of Deep Pink #EC1F93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 35.51%

R = 57%
G = 7.49%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EC1F93 (or 0xEC1F93) is known color: Deep Pink. HEX triplet: EC, 1F and 93. RGB value is (236,31,147). Sum of RGB (Red+Green+Blue) = 236+31+147=414 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.00% from 414); Green value is 31 (12.5% from 255 or 7.49% from 414); Blue value is 147 (57.81% from 255 or 35.51% from 414); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1F93 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1F93 is #13E06C. Grayscale: #696969. Windows color (decimal): -1302637 or 9641964. OLE color: 9641964.

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

Color convert

RGB 236 31 147 -
CMYK 0 0.87 0.38 0.07
HSL 326.05º 0.84% 0.52% -
HSV(B) 326.05º 0.87% 0.93% -
XYZ 40.35 20.92 29.52 -
YUV 105.52 151.42 221.07 -
System Red Green Blue C M Y K H S L
Decimal 236 31 147 0 0.87 0.38 0.07 326.05 0.84 0.52
Hex EC 1F 93 0 57 26 7 146 54 34
Octal 354 37 223 0 127 46 7 506 124 64
Binary 11101100 11111 10010011 0 1010111 100110 111 101000110 1010100 110100

Color Harmonies of #EC1F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1F93

Black with #EC1F93

Text Example


Text Example

White with #EC1F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1F93; }

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

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

background-color css

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

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

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

border-color css

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

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

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