#EA65B1

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

Shades of Hot Pink #EA65B1

Tints of Hot Pink #EA65B1

Color information

#EA65B1 (or 0xEA65B1) is unknown color: approx Hot Pink. HEX triplet: EA, 65 and B1. RGB value is (234,101,177). Sum of RGB (Red+Green+Blue) = 234+101+177=512 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.70% from 512); Green value is 101 (39.84% from 255 or 19.73% from 512); Blue value is 177 (69.53% from 255 or 34.57% from 512); Max value from RGB is 234 - color contains mainly: red. Hex color #EA65B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA65B1 is #159A4E. Grayscale: #959595. Windows color (decimal): -1415759 or 11625962. OLE color: 11625962.

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

Color convert

RGB234101177-
CMYK00.570.240.08
HSL325.71º76%65.69%-
HSV(B)325.71º56.84%91.76%-
XYZ46.5229.9744.93-
YUV149.43143.56188.32-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.70%
GREEN value IS 101 (39.84% from 255) = 19.73%
BLUE value IS 177 (69.53% from 255) = 34.57%
R=45.70%
G=19.73%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410117700.570.240.08325.717665.69
HexEA65B10391881464c42
Octal3521452610713010506114102
Binary11101010110010110110001011100111000100010100011010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA65B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA65B1; }

 p { color: rgb(234,101,177); }

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

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

 a { background-color: rgb(234,101,177); }

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

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

 span { border-color: rgb(234,101,177); }

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