#ed65b4

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

Shades of Hot Pink #ED65B4

Tints of Hot Pink #ED65B4

Color information

#ED65B4 (or 0xED65B4) is unknown color: approx Hot Pink. HEX triplet: ED, 65 and B4. RGB value is (237,101,180). Sum of RGB (Red+Green+Blue) = 237+101+180=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 101 (39.84% from 255 or 19.50% from 518); Blue value is 180 (70.70% from 255 or 34.75% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #ED65B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED65B4 is #129A4B. Grayscale: #969696. Windows color (decimal): -1219148 or 11822573. OLE color: 11822573.

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

Color convert

RGB237101180-
CMYK00.570.240.07
HSL325.15º79.07%66.27%-
HSV(B)325.15º57.38%92.94%-
XYZ47.8230.6146.57-
YUV150.67144.56189.58-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.75%
GREEN value IS 101 (39.84% from 255) = 19.50%
BLUE value IS 180 (70.70% from 255) = 34.75%
R=45.75%
G=19.50%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23710118000.570.240.07325.1579.0766.27
HexED65B40391871454f42
Octal355145264071307505117102
Binary1110110111001011011010001110011100011110100010110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed65b4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed65b4; }

 p { color: rgb(237,101,180); }

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

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

 a { background-color: rgb(237,101,180); }

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

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

 span { border-color: rgb(237,101,180); }

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