Html Css Color HEX #EC1F8B Deep Pink

📋 copy color: '#EC1F8B'

red 236 ◦ green 31 ◦ blue 139

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

Shades of Deep Pink #EC1F8B

Tints of Deep Pink #EC1F8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.24%

R = 58.13%
G = 7.64%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EC1F8B (or 0xEC1F8B) is known color: Deep Pink. HEX triplet: EC, 1F and 8B. RGB value is (236,31,139). Sum of RGB (Red+Green+Blue) = 236+31+139=406 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.13% from 406); Green value is 31 (12.5% from 255 or 7.64% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1F8B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1F8B is #13E074. Grayscale: #686868. Windows color (decimal): -1302645 or 9117676. OLE color: 9117676.

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

Color convert

RGB 236 31 139 -
CMYK 0 0.87 0.41 0.07
HSL 328.39º 0.84% 0.52% -
HSV(B) 328.39º 0.87% 0.93% -
XYZ 39.74 20.68 26.32 -
YUV 104.61 147.42 221.72 -
System Red Green Blue C M Y K H S L
Decimal 236 31 139 0 0.87 0.41 0.07 328.39 0.84 0.52
Hex EC 1F 8B 0 57 29 7 148 54 34
Octal 354 37 213 0 127 51 7 510 124 64
Binary 11101100 11111 10001011 0 1010111 101001 111 101001000 1010100 110100

Color Harmonies of #EC1F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1F8B

Black with #EC1F8B

Text Example


Text Example

White with #EC1F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1F8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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