#EA639A

Color #EA639A Pale Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Violet Red #EA639A

Tints of Pale Violet Red #EA639A

Color information

#EA639A (or 0xEA639A) is unknown color: approx Pale Violet Red. HEX triplet: EA, 63 and 9A. RGB value is (234,99,154). Sum of RGB (Red+Green+Blue) = 234+99+154=487 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.05% from 487); Green value is 99 (39.06% from 255 or 20.33% from 487); Blue value is 154 (60.55% from 255 or 31.62% from 487); Max value from RGB is 234 - color contains mainly: red. Hex color #EA639A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA639A is #159C65. Grayscale: #919191. Windows color (decimal): -1416294 or 10118122. OLE color: 10118122.

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

Color convert

RGB23499154-
CMYK00.580.340.08
HSL335.56º76.27%65.29%-
HSV(B)335.56º57.69%91.76%-
XYZ44.2328.7533.79-
YUV145.64132.73191.03-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.05%
GREEN value IS 99 (39.06% from 255) = 20.33%
BLUE value IS 154 (60.55% from 255) = 31.62%
R=48.05%
G=20.33%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349915400.580.340.08335.5676.2765.29
HexEA639A03A2281504c41
Octal3521432320724210520114101
Binary111010101100011100110100111010100010100010101000010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA639A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA639A; }

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

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

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

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

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

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

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

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