Html Css Color HEX #ED558A Dark Pink

📋 copy color: '#ED558A'

red 237 ◦ green 85 ◦ blue 138

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

Shades of Dark Pink #ED558A

Tints of Dark Pink #ED558A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.48%

 BLUE value IS 138 (54.3% from 255) = 30%

R = 51.52%
G = 18.48%
B = 30%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#ED558A (or 0xED558A) is known color: Dark Pink. HEX triplet: ED, 55 and 8A. RGB value is (237,85,138). Sum of RGB (Red+Green+Blue) = 237+85+138=460 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.52% from 460); Green value is 85 (33.59% from 255 or 18.48% from 460); Blue value is 138 (54.30% from 255 or 30% from 460); Max value from RGB is 237 - color contains mainly: red. Hex color #ED558A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED558A is #12AA75. Grayscale: #888888. Windows color (decimal): -1223286 or 9065965. OLE color: 9065965.

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

Color convert

RGB 237 85 138 -
CMYK 0 0.64 0.42 0.07
HSL 339.08º 0.81% 0.63% -
HSV(B) 339.08º 0.64% 0.93% -
XYZ 42.76 26.34 26.87 -
YUV 136.49 128.86 199.69 -
System Red Green Blue C M Y K H S L
Decimal 237 85 138 0 0.64 0.42 0.07 339.08 0.81 0.63
Hex ED 55 8A 0 40 2A 7 153 51 3F
Octal 355 125 212 0 100 52 7 523 121 77
Binary 11101101 1010101 10001010 0 1000000 101010 111 101010011 1010001 111111

Color Harmonies of #ED558A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED558A

Black with #ED558A

Text Example


Text Example

White with #ED558A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED558A; }

 p { color: rgb(237,85,138); }

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

background-color css

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

 a { background-color: rgb(237,85,138); }

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

border-color css

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

 span { border-color: rgb(237,85,138); }

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