Html Css Color HEX #ED527A Dark Pink

📋 copy color: '#ED527A'

red 237 ◦ green 82 ◦ blue 122

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

Shades of Dark Pink #ED527A

Tints of Dark Pink #ED527A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.59%

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

R = 53.74%
G = 18.59%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#ED527A (or 0xED527A) is known color: Dark Pink. HEX triplet: ED, 52 and 7A. RGB value is (237,82,122). Sum of RGB (Red+Green+Blue) = 237+82+122=441 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.74% from 441); Green value is 82 (32.42% from 255 or 18.59% from 441); Blue value is 122 (48.05% from 255 or 27.66% from 441); Max value from RGB is 237 - color contains mainly: red. Hex color #ED527A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED527A is #12AD85. Grayscale: #848484. Windows color (decimal): -1224070 or 8016621. OLE color: 8016621.

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

Color convert

RGB 237 82 122 -
CMYK 0 0.65 0.49 0.07
HSL 344.52º 0.81% 0.63% -
HSV(B) 344.52º 0.65% 0.93% -
XYZ 41.46 25.44 21.14 -
YUV 132.91 121.85 202.25 -
System Red Green Blue C M Y K H S L
Decimal 237 82 122 0 0.65 0.49 0.07 344.52 0.81 0.63
Hex ED 52 7A 0 41 31 7 159 51 3F
Octal 355 122 172 0 101 61 7 531 121 77
Binary 11101101 1010010 1111010 0 1000001 110001 111 101011001 1010001 111111

Color Harmonies of #ED527A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED527A

Black with #ED527A

Text Example


Text Example

White with #ED527A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED527A; }

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

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

background-color css

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

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

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

border-color css

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

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

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