Html Css Color HEX #ED057F Deep Pink

📋 copy color: '#ED057F'

red 237 ◦ green 5 ◦ blue 127

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

Shades of Deep Pink #ED057F

Tints of Deep Pink #ED057F

RGB

 RED value IS 237 (92.97% from 255) = 64.23%

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

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

R = 64.23%
G = 1.36%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#ED057F (or 0xED057F) is known color: Deep Pink. HEX triplet: ED, 05 and 7F. RGB value is (237,5,127). Sum of RGB (Red+Green+Blue) = 237+5+127=369 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.23% from 369); Green value is 5 (2.34% from 255 or 1.36% from 369); Blue value is 127 (50% from 255 or 34.42% from 369); Max value from RGB is 237 - color contains mainly: red. Hex color #ED057F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED057F is #12FA80. Grayscale: #585858. Windows color (decimal): -1243777 or 8324589. OLE color: 8324589.

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

Color convert

RGB 237 5 127 -
CMYK 0 0.98 0.46 0.07
HSL 328.45º 0.96% 0.47% -
HSV(B) 328.45º 0.98% 0.93% -
XYZ 38.81 19.65 21.83 -
YUV 88.28 149.86 234.08 -
System Red Green Blue C M Y K H S L
Decimal 237 5 127 0 0.98 0.46 0.07 328.45 0.96 0.47
Hex ED 5 7F 0 62 2E 7 148 60 2F
Octal 355 5 177 0 142 56 7 510 140 57
Binary 11101101 101 1111111 0 1100010 101110 111 101001000 1100000 101111

Color Harmonies of #ED057F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED057F

Black with #ED057F

Text Example


Text Example

White with #ED057F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED057F; }

 p { color: rgb(237,5,127); }

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

background-color css

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

 a { background-color: rgb(237,5,127); }

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

border-color css

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

 span { border-color: rgb(237,5,127); }

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