Html Css Color HEX #ED507A Dark Pink

📋 copy color: '#ED507A'

red 237 ◦ green 80 ◦ blue 122

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

Shades of Dark Pink #ED507A

Tints of Dark Pink #ED507A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.79%

R = 53.99%
G = 18.22%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#ED507A (or 0xED507A) is known color: Dark Pink. HEX triplet: ED, 50 and 7A. RGB value is (237,80,122). Sum of RGB (Red+Green+Blue) = 237+80+122=439 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.99% from 439); Green value is 80 (31.64% from 255 or 18.22% from 439); Blue value is 122 (48.05% from 255 or 27.79% from 439); Max value from RGB is 237 - color contains mainly: red. Hex color #ED507A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED507A is #12AF85. Grayscale: #838383. Windows color (decimal): -1224582 or 8016109. OLE color: 8016109.

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

Color convert

RGB 237 80 122 -
CMYK 0 0.66 0.49 0.07
HSL 343.95º 0.81% 0.62% -
HSV(B) 343.95º 0.66% 0.93% -
XYZ 41.31 25.15 21.09 -
YUV 131.73 122.51 203.08 -
System Red Green Blue C M Y K H S L
Decimal 237 80 122 0 0.66 0.49 0.07 343.95 0.81 0.62
Hex ED 50 7A 0 42 31 7 158 51 3E
Octal 355 120 172 0 102 61 7 530 121 76
Binary 11101101 1010000 1111010 0 1000010 110001 111 101011000 1010001 111110

Color Harmonies of #ED507A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED507A

Black with #ED507A

Text Example


Text Example

White with #ED507A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED507A; }

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

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

background-color css

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

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

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

border-color css

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

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

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