#EA649A

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

Shades of Pale Violet Red #EA649A

Tints of Pale Violet Red #EA649A

Color information

#EA649A (or 0xEA649A) is unknown color: approx Pale Violet Red. HEX triplet: EA, 64 and 9A. RGB value is (234,100,154). Sum of RGB (Red+Green+Blue) = 234+100+154=488 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.95% from 488); Green value is 100 (39.45% from 255 or 20.49% from 488); Blue value is 154 (60.55% from 255 or 31.56% from 488); Max value from RGB is 234 - color contains mainly: red. Hex color #EA649A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA649A is #159B65. Grayscale: #929292. Windows color (decimal): -1416038 or 10118378. OLE color: 10118378.

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

Color convert

RGB234100154-
CMYK00.570.340.08
HSL335.82º76.14%65.49%-
HSV(B)335.82º57.26%91.76%-
XYZ44.3228.9433.82-
YUV146.22132.39190.61-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.95%
GREEN value IS 100 (39.45% from 255) = 20.49%
BLUE value IS 154 (60.55% from 255) = 31.56%
R=47.95%
G=20.49%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410015400.570.340.08335.8276.1465.49
HexEA649A0392281504c41
Octal3521442320714210520114101
Binary111010101100100100110100111001100010100010101000010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA649A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA649A; }

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

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

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

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

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

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

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

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