Html Css Color HEX #ED5285 Dark Pink

📋 copy color: '#ED5285'

red 237 ◦ green 82 ◦ blue 133

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

Shades of Dark Pink #ED5285

Tints of Dark Pink #ED5285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 29.42%

R = 52.43%
G = 18.14%
B = 29.42%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#ED5285 (or 0xED5285) is known color: Dark Pink. HEX triplet: ED, 52 and 85. RGB value is (237,82,133). Sum of RGB (Red+Green+Blue) = 237+82+133=452 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.43% from 452); Green value is 82 (32.42% from 255 or 18.14% from 452); Blue value is 133 (52.34% from 255 or 29.42% from 452); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5285 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED5285 is #12AD7A. Grayscale: #868686. Windows color (decimal): -1224059 or 8737517. OLE color: 8737517.

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

Color convert

RGB 237 82 133 -
CMYK 0 0.65 0.44 0.07
HSL 340.26º 0.81% 0.63% -
HSV(B) 340.26º 0.65% 0.93% -
XYZ 42.18 25.73 24.93 -
YUV 134.16 127.35 201.35 -
System Red Green Blue C M Y K H S L
Decimal 237 82 133 0 0.65 0.44 0.07 340.26 0.81 0.63
Hex ED 52 85 0 41 2C 7 154 51 3F
Octal 355 122 205 0 101 54 7 524 121 77
Binary 11101101 1010010 10000101 0 1000001 101100 111 101010100 1010001 111111

Color Harmonies of #ED5285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5285

Black with #ED5285

Text Example


Text Example

White with #ED5285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5285; }

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

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

background-color css

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

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

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

border-color css

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

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

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