#EA63B3

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

Shades of Hot Pink #EA63B3

Tints of Hot Pink #EA63B3

Color information

#EA63B3 (or 0xEA63B3) is unknown color: approx Hot Pink. HEX triplet: EA, 63 and B3. RGB value is (234,99,179). Sum of RGB (Red+Green+Blue) = 234+99+179=512 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.70% from 512); Green value is 99 (39.06% from 255 or 19.34% from 512); Blue value is 179 (70.31% from 255 or 34.96% from 512); Max value from RGB is 234 - color contains mainly: red. Hex color #EA63B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA63B3 is #159C4C. Grayscale: #949494. Windows color (decimal): -1416269 or 11756522. OLE color: 11756522.

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

Color convert

RGB23499179-
CMYK00.580.240.08
HSL324.44º76.27%65.29%-
HSV(B)324.44º57.69%91.76%-
XYZ46.5329.6745.92-
YUV148.49145.23189-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.70%
GREEN value IS 99 (39.06% from 255) = 19.34%
BLUE value IS 179 (70.31% from 255) = 34.96%
R=45.70%
G=19.34%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349917900.580.240.08324.4476.2765.29
HexEA63B303A1881444c41
Octal3521432630723010504114101
Binary11101010110001110110011011101011000100010100010010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA63B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA63B3; }

 p { color: rgb(234,99,179); }

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

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

 a { background-color: rgb(234,99,179); }

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

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

 span { border-color: rgb(234,99,179); }

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