#ED5BB5

Color #ED5BB5 Hot Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Pink #ED5BB5

Tints of Hot Pink #ED5BB5

Color information

#ED5BB5 (or 0xED5BB5) is unknown color: approx Hot Pink. HEX triplet: ED, 5B and B5. RGB value is (237,91,181). Sum of RGB (Red+Green+Blue) = 237+91+181=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 91 (35.94% from 255 or 17.88% from 509); Blue value is 181 (71.09% from 255 or 35.56% from 509); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5BB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED5BB5 is #12A44A. Grayscale: #909090. Windows color (decimal): -1221707 or 11885549. OLE color: 11885549.

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

Color convert

RGB23791181-
CMYK00.620.240.07
HSL323.01º80.22%64.31%-
HSV(B)323.01º61.6%92.94%-
XYZ47.0128.8246.8-
YUV144.91148.37193.68-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.56%
GREEN value IS 91 (35.94% from 255) = 17.88%
BLUE value IS 181 (71.09% from 255) = 35.56%
R=46.56%
G=17.88%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2379118100.620.240.07323.0180.2264.31
HexED5BB503E1871435040
Octal355133265076307503120100
Binary1110110110110111011010101111101100011110100001110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED5BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED5BB5; }

 p { color: rgb(237,91,181); }

 H1.HeaderClassName
 {
   color: #ED5BB5;
 }
 .AnyTagClassName
 {
   color: #ED5BB5;
 }
</style>
background-color css

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

 a { background-color: rgb(237,91,181); }

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

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

 span { border-color: rgb(237,91,181); }

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