Html Css Color HEX #ED5075 Dark Pink

📋 copy color: '#ED5075'

red 237 ◦ green 80 ◦ blue 117

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

Shades of Dark Pink #ED5075

Tints of Dark Pink #ED5075

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.43%

 BLUE value IS 117 (46.09% from 255) = 26.96%

R = 54.61%
G = 18.43%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#ED5075 (or 0xED5075) is known color: Dark Pink. HEX triplet: ED, 50 and 75. RGB value is (237,80,117). Sum of RGB (Red+Green+Blue) = 237+80+117=434 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.61% from 434); Green value is 80 (31.64% from 255 or 18.43% from 434); Blue value is 117 (46.09% from 255 or 26.96% from 434); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5075 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5075 is #12AF8A. Grayscale: #838383. Windows color (decimal): -1224587 or 7688429. OLE color: 7688429.

HSL color Cylindrical-coordinate representation of color #ED5075: hue angle of 345.86º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ED5075 is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 80 117 -
CMYK 0 0.66 0.51 0.07
HSL 345.86º 0.81% 0.62% -
HSV(B) 345.86º 0.66% 0.93% -
XYZ 41 25.03 19.5 -
YUV 131.16 120.01 203.49 -
System Red Green Blue C M Y K H S L
Decimal 237 80 117 0 0.66 0.51 0.07 345.86 0.81 0.62
Hex ED 50 75 0 42 33 7 15A 51 3E
Octal 355 120 165 0 102 63 7 532 121 76
Binary 11101101 1010000 1110101 0 1000010 110011 111 101011010 1010001 111110

Color Harmonies of #ED5075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5075

Black with #ED5075

Text Example


Text Example

White with #ED5075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5075; }

 p { color: rgb(237,80,117); }

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

background-color css

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

 a { background-color: rgb(237,80,117); }

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

border-color css

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

 span { border-color: rgb(237,80,117); }

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