Html Css Color HEX #EC057E Deep Pink

📋 copy color: '#EC057E'

red 236 ◦ green 5 ◦ blue 126

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

Shades of Deep Pink #EC057E

Tints of Deep Pink #EC057E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 34.33%

R = 64.31%
G = 1.36%
B = 34.33%

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

#EC057E (or 0xEC057E) is known color: Deep Pink. HEX triplet: EC, 05 and 7E. RGB value is (236,5,126). Sum of RGB (Red+Green+Blue) = 236+5+126=367 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.31% from 367); Green value is 5 (2.34% from 255 or 1.36% from 367); Blue value is 126 (49.61% from 255 or 34.33% from 367); Max value from RGB is 236 - color contains mainly: red. Hex color #EC057E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC057E is #13FA81. Grayscale: #575757. Windows color (decimal): -1309314 or 8259052. OLE color: 8259052.

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

Color convert

RGB 236 5 126 -
CMYK 0 0.98 0.47 0.07
HSL 328.57º 0.96% 0.47% -
HSV(B) 328.57º 0.98% 0.93% -
XYZ 38.41 19.45 21.47 -
YUV 87.86 149.53 233.66 -
System Red Green Blue C M Y K H S L
Decimal 236 5 126 0 0.98 0.47 0.07 328.57 0.96 0.47
Hex EC 5 7E 0 62 2F 7 149 60 2F
Octal 354 5 176 0 142 57 7 511 140 57
Binary 11101100 101 1111110 0 1100010 101111 111 101001001 1100000 101111

Color Harmonies of #EC057E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC057E

Black with #EC057E

Text Example


Text Example

White with #EC057E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC057E; }

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

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

background-color css

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

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

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

border-color css

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

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

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