#EA6CA7

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

Shades of Hot Pink #EA6CA7

Tints of Hot Pink #EA6CA7

Color information

#EA6CA7 (or 0xEA6CA7) is unknown color: approx Hot Pink. HEX triplet: EA, 6C and A7. RGB value is (234,108,167). Sum of RGB (Red+Green+Blue) = 234+108+167=509 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.97% from 509); Green value is 108 (42.58% from 255 or 21.22% from 509); Blue value is 167 (65.62% from 255 or 32.81% from 509); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6CA7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6CA7 is #159358. Grayscale: #989898. Windows color (decimal): -1413977 or 10972394. OLE color: 10972394.

HSL color Cylindrical-coordinate representation of color #EA6CA7: hue angle of 331.9º 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 #EA6CA7 is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB234108167-
CMYK00.540.290.08
HSL331.9º75%67.06%-
HSV(B)331.9º53.85%91.76%-
XYZ46.2731.0140.11-
YUV152.4136.24186.2-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.97%
GREEN value IS 108 (42.58% from 255) = 21.22%
BLUE value IS 167 (65.62% from 255) = 32.81%
R=45.97%
G=21.22%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410816700.540.290.08331.97567.06
HexEA6CA70361D814c4b43
Octal3521542470663510514113103
Binary11101010110110010100111011011011101100010100110010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6CA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6CA7; }

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

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

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

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

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

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

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

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