Html Css Color HEX #EC037F Deep Pink

📋 copy color: '#EC037F'

red 236 ◦ green 3 ◦ blue 127

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

Shades of Deep Pink #EC037F

Tints of Deep Pink #EC037F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.82%

 BLUE value IS 127 (50% from 255) = 34.7%

R = 64.48%
G = 0.82%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EC037F (or 0xEC037F) is known color: Deep Pink. HEX triplet: EC, 03 and 7F. RGB value is (236,3,127). Sum of RGB (Red+Green+Blue) = 236+3+127=366 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.48% from 366); Green value is 3 (1.56% from 255 or 0.82% from 366); Blue value is 127 (50% from 255 or 34.70% from 366); Max value from RGB is 236 - color contains mainly: red. Hex color #EC037F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC037F is #13FC80. Grayscale: #565656. Windows color (decimal): -1309825 or 8324076. OLE color: 8324076.

HSL color Cylindrical-coordinate representation of color #EC037F: hue angle of 328.07º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EC037F is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 3 127 -
CMYK 0 0.99 0.46 0.07
HSL 328.07º 0.97% 0.47% -
HSV(B) 328.07º 0.99% 0.93% -
XYZ 38.46 19.43 21.8 -
YUV 86.8 150.69 234.42 -
System Red Green Blue C M Y K H S L
Decimal 236 3 127 0 0.99 0.46 0.07 328.07 0.97 0.47
Hex EC 3 7F 0 63 2E 7 148 61 2F
Octal 354 3 177 0 143 56 7 510 141 57
Binary 11101100 11 1111111 0 1100011 101110 111 101001000 1100001 101111

Color Harmonies of #EC037F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC037F

Black with #EC037F

Text Example


Text Example

White with #EC037F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC037F; }

 p { color: rgb(236,3,127); }

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

background-color css

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

 a { background-color: rgb(236,3,127); }

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

border-color css

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

 span { border-color: rgb(236,3,127); }

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