Html Css Color HEX #EC1F8A Deep Pink

📋 copy color: '#EC1F8A'

red 236 ◦ green 31 ◦ blue 138

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

Shades of Deep Pink #EC1F8A

Tints of Deep Pink #EC1F8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.07%

R = 58.27%
G = 7.65%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EC1F8A (or 0xEC1F8A) is known color: Deep Pink. HEX triplet: EC, 1F and 8A. RGB value is (236,31,138). Sum of RGB (Red+Green+Blue) = 236+31+138=405 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.27% from 405); Green value is 31 (12.5% from 255 or 7.65% from 405); Blue value is 138 (54.30% from 255 or 34.07% from 405); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1F8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1F8A is #13E075. Grayscale: #686868. Windows color (decimal): -1302646 or 9052140. OLE color: 9052140.

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

Color convert

RGB 236 31 138 -
CMYK 0 0.87 0.42 0.07
HSL 328.68º 0.84% 0.52% -
HSV(B) 328.68º 0.87% 0.93% -
XYZ 39.67 20.65 25.94 -
YUV 104.49 146.92 221.8 -
System Red Green Blue C M Y K H S L
Decimal 236 31 138 0 0.87 0.42 0.07 328.68 0.84 0.52
Hex EC 1F 8A 0 57 2A 7 149 54 34
Octal 354 37 212 0 127 52 7 511 124 64
Binary 11101100 11111 10001010 0 1010111 101010 111 101001001 1010100 110100

Color Harmonies of #EC1F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1F8A

Black with #EC1F8A

Text Example


Text Example

White with #EC1F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1F8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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