#E65FB5

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

Shades of Hot Pink #E65FB5

Tints of Hot Pink #E65FB5

Color information

#E65FB5 (or 0xE65FB5) is unknown color: approx Hot Pink. HEX triplet: E6, 5F and B5. RGB value is (230,95,181). Sum of RGB (Red+Green+Blue) = 230+95+181=506 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.45% from 506); Green value is 95 (37.5% from 255 or 18.77% from 506); Blue value is 181 (71.09% from 255 or 35.77% from 506); Max value from RGB is 230 - color contains mainly: red. Hex color #E65FB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65FB5 is #19A04A. Grayscale: #909090. Windows color (decimal): -1679435 or 11886566. OLE color: 11886566.

HSL color Cylindrical-coordinate representation of color #E65FB5: hue angle of 321.78º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E65FB5 is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.10.

Color convert

RGB23095181-
CMYK00.590.210.10
HSL321.78º72.97%63.73%-
HSV(B)321.78º58.7%90.2%-
XYZ45.0728.3446.81-
YUV145.17148.23188.51-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 45.45%
GREEN value IS 95 (37.5% from 255) = 18.77%
BLUE value IS 181 (71.09% from 255) = 35.77%
R=45.45%
G=18.77%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.21
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2309518100.590.210.10321.7872.9763.73
HexE65FB503B15A1424940
Octal3461372650732512502111100
Binary11100110101111110110101011101110101101010100001010010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E65FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E65FB5; }

 p { color: rgb(230,95,181); }

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

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

 a { background-color: rgb(230,95,181); }

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

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

 span { border-color: rgb(230,95,181); }

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