Html Css Color HEX #ED527D Dark Pink

📋 copy color: '#ED527D'

red 237 ◦ green 82 ◦ blue 125

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

Shades of Dark Pink #ED527D

Tints of Dark Pink #ED527D

RGB

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

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

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

R = 53.38%
G = 18.47%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#ED527D (or 0xED527D) is known color: Dark Pink. HEX triplet: ED, 52 and 7D. RGB value is (237,82,125). Sum of RGB (Red+Green+Blue) = 237+82+125=444 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.38% from 444); Green value is 82 (32.42% from 255 or 18.47% from 444); Blue value is 125 (49.22% from 255 or 28.15% from 444); Max value from RGB is 237 - color contains mainly: red. Hex color #ED527D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED527D is #12AD82. Grayscale: #858585. Windows color (decimal): -1224067 or 8213229. OLE color: 8213229.

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

Color convert

RGB 237 82 125 -
CMYK 0 0.65 0.47 0.07
HSL 343.35º 0.81% 0.63% -
HSV(B) 343.35º 0.65% 0.93% -
XYZ 41.64 25.52 22.13 -
YUV 133.25 123.35 202 -
System Red Green Blue C M Y K H S L
Decimal 237 82 125 0 0.65 0.47 0.07 343.35 0.81 0.63
Hex ED 52 7D 0 41 2F 7 157 51 3F
Octal 355 122 175 0 101 57 7 527 121 77
Binary 11101101 1010010 1111101 0 1000001 101111 111 101010111 1010001 111111

Color Harmonies of #ED527D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED527D

Black with #ED527D

Text Example


Text Example

White with #ED527D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED527D; }

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

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

background-color css

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

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

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

border-color css

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

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

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