#EA69B1

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

Shades of Hot Pink #EA69B1

Tints of Hot Pink #EA69B1

Color information

#EA69B1 (or 0xEA69B1) is unknown color: approx Hot Pink. HEX triplet: EA, 69 and B1. RGB value is (234,105,177). Sum of RGB (Red+Green+Blue) = 234+105+177=516 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.35% from 516); Green value is 105 (41.41% from 255 or 20.35% from 516); Blue value is 177 (69.53% from 255 or 34.30% from 516); Max value from RGB is 234 - color contains mainly: red. Hex color #EA69B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA69B1 is #15964E. Grayscale: #979797. Windows color (decimal): -1414735 or 11626986. OLE color: 11626986.

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

Color convert

RGB234105177-
CMYK00.550.240.08
HSL326.51º75.44%66.47%-
HSV(B)326.51º55.13%91.76%-
XYZ46.9230.7745.06-
YUV151.78142.24186.65-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.35%
GREEN value IS 105 (41.41% from 255) = 20.35%
BLUE value IS 177 (69.53% from 255) = 34.30%
R=45.35%
G=20.35%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410517700.550.240.08326.5175.4466.47
HexEA69B10371881474b42
Octal3521512610673010507113102
Binary11101010110100110110001011011111000100010100011110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA69B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA69B1; }

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

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

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

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

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

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

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

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