Html Css Color HEX #ED548A Dark Pink

📋 copy color: '#ED548A'

red 237 ◦ green 84 ◦ blue 138

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

Shades of Dark Pink #ED548A

Tints of Dark Pink #ED548A

RGB

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

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

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

R = 51.63%
G = 18.3%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#ED548A (or 0xED548A) is known color: Dark Pink. HEX triplet: ED, 54 and 8A. RGB value is (237,84,138). Sum of RGB (Red+Green+Blue) = 237+84+138=459 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.63% from 459); Green value is 84 (33.20% from 255 or 18.30% from 459); Blue value is 138 (54.30% from 255 or 30.07% from 459); Max value from RGB is 237 - color contains mainly: red. Hex color #ED548A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED548A is #12AB75. Grayscale: #878787. Windows color (decimal): -1223542 or 9065709. OLE color: 9065709.

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

Color convert

RGB 237 84 138 -
CMYK 0 0.65 0.42 0.07
HSL 338.82º 0.81% 0.63% -
HSV(B) 338.82º 0.65% 0.93% -
XYZ 42.68 26.18 26.85 -
YUV 135.9 129.19 200.11 -
System Red Green Blue C M Y K H S L
Decimal 237 84 138 0 0.65 0.42 0.07 338.82 0.81 0.63
Hex ED 54 8A 0 41 2A 7 153 51 3F
Octal 355 124 212 0 101 52 7 523 121 77
Binary 11101101 1010100 10001010 0 1000001 101010 111 101010011 1010001 111111

Color Harmonies of #ED548A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED548A

Black with #ED548A

Text Example


Text Example

White with #ED548A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED548A; }

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

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

background-color css

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

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

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

border-color css

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

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

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