Html Css Color HEX #ED527F Dark Pink

📋 copy color: '#ED527F'

red 237 ◦ green 82 ◦ blue 127

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

Shades of Dark Pink #ED527F

Tints of Dark Pink #ED527F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 28.48%

R = 53.14%
G = 18.39%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#ED527F (or 0xED527F) is known color: Dark Pink. HEX triplet: ED, 52 and 7F. RGB value is (237,82,127). Sum of RGB (Red+Green+Blue) = 237+82+127=446 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.14% from 446); Green value is 82 (32.42% from 255 or 18.39% from 446); Blue value is 127 (50% from 255 or 28.48% from 446); Max value from RGB is 237 - color contains mainly: red. Hex color #ED527F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED527F is #12AD80. Grayscale: #858585. Windows color (decimal): -1224065 or 8344301. OLE color: 8344301.

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

Color convert

RGB 237 82 127 -
CMYK 0 0.65 0.46 0.07
HSL 342.58º 0.81% 0.63% -
HSV(B) 342.58º 0.65% 0.93% -
XYZ 41.77 25.57 22.81 -
YUV 133.48 124.35 201.84 -
System Red Green Blue C M Y K H S L
Decimal 237 82 127 0 0.65 0.46 0.07 342.58 0.81 0.63
Hex ED 52 7F 0 41 2E 7 157 51 3F
Octal 355 122 177 0 101 56 7 527 121 77
Binary 11101101 1010010 1111111 0 1000001 101110 111 101010111 1010001 111111

Color Harmonies of #ED527F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED527F

Black with #ED527F

Text Example


Text Example

White with #ED527F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED527F; }

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

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

background-color css

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

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

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

border-color css

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

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

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