#EA6CAB

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

Shades of Hot Pink #EA6CAB

Tints of Hot Pink #EA6CAB

Color information

#EA6CAB (or 0xEA6CAB) is unknown color: approx Hot Pink. HEX triplet: EA, 6C and AB. RGB value is (234,108,171). Sum of RGB (Red+Green+Blue) = 234+108+171=513 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.61% from 513); Green value is 108 (42.58% from 255 or 21.05% from 513); Blue value is 171 (67.19% from 255 or 33.33% from 513); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6CAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6CAB is #159354. Grayscale: #989898. Windows color (decimal): -1413973 or 11234538. OLE color: 11234538.

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

Color convert

RGB234108171-
CMYK00.540.270.08
HSL330º75%67.06%-
HSV(B)330º53.85%91.76%-
XYZ46.6431.1642.08-
YUV152.86138.24185.88-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.61%
GREEN value IS 108 (42.58% from 255) = 21.05%
BLUE value IS 171 (67.19% from 255) = 33.33%
R=45.61%
G=21.05%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410817100.540.270.083307567.06
HexEA6CAB0361B814a4b43
Octal3521542530663310512113103
Binary11101010110110010101011011011011011100010100101010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6CAB; }

 p { color: rgb(234,108,171); }

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

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

 a { background-color: rgb(234,108,171); }

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

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

 span { border-color: rgb(234,108,171); }

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