Html Css Color HEX #EC057D Deep Pink

📋 copy color: '#EC057D'

red 236 ◦ green 5 ◦ blue 125

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

Shades of Deep Pink #EC057D

Tints of Deep Pink #EC057D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.37%

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

R = 64.48%
G = 1.37%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EC057D (or 0xEC057D) is known color: Deep Pink. HEX triplet: EC, 05 and 7D. RGB value is (236,5,125). Sum of RGB (Red+Green+Blue) = 236+5+125=366 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.48% from 366); Green value is 5 (2.34% from 255 or 1.37% from 366); Blue value is 125 (49.22% from 255 or 34.15% from 366); Max value from RGB is 236 - color contains mainly: red. Hex color #EC057D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC057D is #13FA82. Grayscale: #575757. Windows color (decimal): -1309315 or 8193516. OLE color: 8193516.

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

Color convert

RGB 236 5 125 -
CMYK 0 0.98 0.47 0.07
HSL 328.83º 0.96% 0.47% -
HSV(B) 328.83º 0.98% 0.93% -
XYZ 38.35 19.42 21.13 -
YUV 87.75 149.03 233.74 -
System Red Green Blue C M Y K H S L
Decimal 236 5 125 0 0.98 0.47 0.07 328.83 0.96 0.47
Hex EC 5 7D 0 62 2F 7 149 60 2F
Octal 354 5 175 0 142 57 7 511 140 57
Binary 11101100 101 1111101 0 1100010 101111 111 101001001 1100000 101111

Color Harmonies of #EC057D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC057D

Black with #EC057D

Text Example


Text Example

White with #EC057D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC057D; }

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

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

background-color css

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

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

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

border-color css

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

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

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