Html Css Color HEX #ED58B2 Hot Pink

📋 copy color: '#ED58B2'

red 237 ◦ green 88 ◦ blue 178

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

Shades of Hot Pink #ED58B2

Tints of Hot Pink #ED58B2

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.5%

 BLUE value IS 178 (69.92% from 255) = 35.39%

R = 47.12%
G = 17.5%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#ED58B2 (or 0xED58B2) is known color: Hot Pink. HEX triplet: ED, 58 and B2. RGB value is (237,88,178). Sum of RGB (Red+Green+Blue) = 237+88+178=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 88 (34.77% from 255 or 17.50% from 503); Blue value is 178 (69.92% from 255 or 35.39% from 503); Max value from RGB is 237 - color contains mainly: red. Hex color #ED58B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED58B2 is #12A74D. Grayscale: #8E8E8E. Windows color (decimal): -1222478 or 11688173. OLE color: 11688173.

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

Color convert

RGB 237 88 178 -
CMYK 0 0.63 0.25 0.07
HSL 323.76º 0.81% 0.64% -
HSV(B) 323.76º 0.63% 0.93% -
XYZ 46.45 28.2 45.11 -
YUV 142.81 147.86 195.18 -
System Red Green Blue C M Y K H S L
Decimal 237 88 178 0 0.63 0.25 0.07 323.76 0.81 0.64
Hex ED 58 B2 0 3F 19 7 144 51 40
Octal 355 130 262 0 77 31 7 504 121 100
Binary 11101101 1011000 10110010 0 111111 11001 111 101000100 1010001 1000000

Color Harmonies of #ED58B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED58B2

Black with #ED58B2

Text Example


Text Example

White with #ED58B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED58B2; }

 p { color: rgb(237,88,178); }

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

background-color css

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

 a { background-color: rgb(237,88,178); }

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

border-color css

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

 span { border-color: rgb(237,88,178); }

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