Html Css Color HEX #ED057D Deep Pink

📋 copy color: '#ED057D'

red 237 ◦ green 5 ◦ blue 125

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

Shades of Deep Pink #ED057D

Tints of Deep Pink #ED057D

RGB

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

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

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

R = 64.58%
G = 1.36%
B = 34.06%

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

#ED057D (or 0xED057D) is known color: Deep Pink. HEX triplet: ED, 05 and 7D. RGB value is (237,5,125). Sum of RGB (Red+Green+Blue) = 237+5+125=367 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.58% from 367); Green value is 5 (2.34% from 255 or 1.36% from 367); Blue value is 125 (49.22% from 255 or 34.06% from 367); Max value from RGB is 237 - color contains mainly: red. Hex color #ED057D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED057D is #12FA82. Grayscale: #575757. Windows color (decimal): -1243779 or 8193517. OLE color: 8193517.

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

Color convert

RGB 237 5 125 -
CMYK 0 0.98 0.47 0.07
HSL 328.97º 0.96% 0.47% -
HSV(B) 328.97º 0.98% 0.93% -
XYZ 38.68 19.59 21.15 -
YUV 88.05 148.86 234.24 -
System Red Green Blue C M Y K H S L
Decimal 237 5 125 0 0.98 0.47 0.07 328.97 0.96 0.47
Hex ED 5 7D 0 62 2F 7 149 60 2F
Octal 355 5 175 0 142 57 7 511 140 57
Binary 11101101 101 1111101 0 1100010 101111 111 101001001 1100000 101111

Color Harmonies of #ED057D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED057D

Black with #ED057D

Text Example


Text Example

White with #ED057D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED057D; }

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

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

background-color css

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

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

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

border-color css

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

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

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