#E65FB4

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

Shades of Hot Pink #E65FB4

Tints of Hot Pink #E65FB4

Color information

#E65FB4 (or 0xE65FB4) is unknown color: approx Hot Pink. HEX triplet: E6, 5F and B4. RGB value is (230,95,180). Sum of RGB (Red+Green+Blue) = 230+95+180=505 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.54% from 505); Green value is 95 (37.5% from 255 or 18.81% from 505); Blue value is 180 (70.70% from 255 or 35.64% from 505); Max value from RGB is 230 - color contains mainly: red. Hex color #E65FB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65FB4 is #19A04B. Grayscale: #909090. Windows color (decimal): -1679436 or 11821030. OLE color: 11821030.

HSL color Cylindrical-coordinate representation of color #E65FB4: hue angle of 322.22º 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 #E65FB4 is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.10.

Color convert

RGB23095180-
CMYK00.590.220.10
HSL322.22º72.97%63.73%-
HSV(B)322.22º58.7%90.2%-
XYZ44.9628.346.27-
YUV145.06147.73188.59-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 45.54%
GREEN value IS 95 (37.5% from 255) = 18.81%
BLUE value IS 180 (70.70% from 255) = 35.64%
R=45.54%
G=18.81%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.22
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2309518000.590.220.10322.2272.9763.73
HexE65FB403B16A1424940
Octal3461372640732612502111100
Binary11100110101111110110100011101110110101010100001010010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E65FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E65FB4; }

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

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

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

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

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

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

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

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