Html Css Color HEX #EC037D Deep Pink

📋 copy color: '#EC037D'

red 236 ◦ green 3 ◦ blue 125

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

Shades of Deep Pink #EC037D

Tints of Deep Pink #EC037D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.34%

R = 64.84%
G = 0.82%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EC037D (or 0xEC037D) is known color: Deep Pink. HEX triplet: EC, 03 and 7D. RGB value is (236,3,125). Sum of RGB (Red+Green+Blue) = 236+3+125=364 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.84% from 364); Green value is 3 (1.56% from 255 or 0.82% from 364); Blue value is 125 (49.22% from 255 or 34.34% from 364); Max value from RGB is 236 - color contains mainly: red. Hex color #EC037D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC037D is #13FC82. Grayscale: #565656. Windows color (decimal): -1309827 or 8193004. OLE color: 8193004.

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

Color convert

RGB 236 3 125 -
CMYK 0 0.99 0.47 0.07
HSL 328.58º 0.97% 0.47% -
HSV(B) 328.58º 0.99% 0.93% -
XYZ 38.33 19.38 21.12 -
YUV 86.58 149.69 234.58 -
System Red Green Blue C M Y K H S L
Decimal 236 3 125 0 0.99 0.47 0.07 328.58 0.97 0.47
Hex EC 3 7D 0 63 2F 7 149 61 2F
Octal 354 3 175 0 143 57 7 511 141 57
Binary 11101100 11 1111101 0 1100011 101111 111 101001001 1100001 101111

Color Harmonies of #EC037D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC037D

Black with #EC037D

Text Example


Text Example

White with #EC037D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC037D; }

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

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

background-color css

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

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

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

border-color css

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

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

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