Html Css Color HEX #ED548B Dark Pink

📋 copy color: '#ED548B'

red 237 ◦ green 84 ◦ blue 139

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

Shades of Dark Pink #ED548B

Tints of Dark Pink #ED548B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.26%

 BLUE value IS 139 (54.69% from 255) = 30.22%

R = 51.52%
G = 18.26%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#ED548B (or 0xED548B) is known color: Dark Pink. HEX triplet: ED, 54 and 8B. RGB value is (237,84,139). Sum of RGB (Red+Green+Blue) = 237+84+139=460 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.52% from 460); Green value is 84 (33.20% from 255 or 18.26% from 460); Blue value is 139 (54.69% from 255 or 30.22% from 460); Max value from RGB is 237 - color contains mainly: red. Hex color #ED548B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED548B is #12AB74. Grayscale: #878787. Windows color (decimal): -1223541 or 9131245. OLE color: 9131245.

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

Color convert

RGB 237 84 139 -
CMYK 0 0.65 0.41 0.07
HSL 338.43º 0.81% 0.63% -
HSV(B) 338.43º 0.65% 0.93% -
XYZ 42.76 26.21 27.23 -
YUV 136.02 129.69 200.03 -
System Red Green Blue C M Y K H S L
Decimal 237 84 139 0 0.65 0.41 0.07 338.43 0.81 0.63
Hex ED 54 8B 0 41 29 7 152 51 3F
Octal 355 124 213 0 101 51 7 522 121 77
Binary 11101101 1010100 10001011 0 1000001 101001 111 101010010 1010001 111111

Color Harmonies of #ED548B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED548B

Black with #ED548B

Text Example


Text Example

White with #ED548B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED548B; }

 p { color: rgb(237,84,139); }

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

background-color css

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

 a { background-color: rgb(237,84,139); }

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

border-color css

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

 span { border-color: rgb(237,84,139); }

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