Html Css Color HEX #ED5EBC Hot Pink

📋 copy color: '#ED5EBC'

red 237 ◦ green 94 ◦ blue 188

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

Shades of Hot Pink #ED5EBC

Tints of Hot Pink #ED5EBC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.11%

 BLUE value IS 188 (73.83% from 255) = 36.22%

R = 45.66%
G = 18.11%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#ED5EBC (or 0xED5EBC) is known color: Hot Pink. HEX triplet: ED, 5E and BC. RGB value is (237,94,188). Sum of RGB (Red+Green+Blue) = 237+94+188=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 94 (37.11% from 255 or 18.11% from 519); Blue value is 188 (73.83% from 255 or 36.22% from 519); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5EBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED5EBC is #12A143. Grayscale: #939393. Windows color (decimal): -1220932 or 12345069. OLE color: 12345069.

HSL color Cylindrical-coordinate representation of color #ED5EBC: hue angle of 320.56º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ED5EBC is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 94 188 -
CMYK 0 0.60 0.21 0.07
HSL 320.56º 0.8% 0.65% -
HSV(B) 320.56º 0.6% 0.93% -
XYZ 48 29.64 50.77 -
YUV 147.47 150.88 191.86 -
System Red Green Blue C M Y K H S L
Decimal 237 94 188 0 0.60 0.21 0.07 320.56 0.8 0.65
Hex ED 5E BC 0 3C 15 7 141 50 41
Octal 355 136 274 0 74 25 7 501 120 101
Binary 11101101 1011110 10111100 0 111100 10101 111 101000001 1010000 1000001

Color Harmonies of #ED5EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5EBC

Black with #ED5EBC

Text Example


Text Example

White with #ED5EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5EBC; }

 p { color: rgb(237,94,188); }

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

background-color css

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

 a { background-color: rgb(237,94,188); }

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

border-color css

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

 span { border-color: rgb(237,94,188); }

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