#EA679A

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

Shades of Pale Violet Red #EA679A

Tints of Pale Violet Red #EA679A

Color information

#EA679A (or 0xEA679A) is unknown color: approx Pale Violet Red. HEX triplet: EA, 67 and 9A. RGB value is (234,103,154). Sum of RGB (Red+Green+Blue) = 234+103+154=491 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.66% from 491); Green value is 103 (40.62% from 255 or 20.98% from 491); Blue value is 154 (60.55% from 255 or 31.36% from 491); Max value from RGB is 234 - color contains mainly: red. Hex color #EA679A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA679A is #159865. Grayscale: #939393. Windows color (decimal): -1415270 or 10119146. OLE color: 10119146.

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

Color convert

RGB234103154-
CMYK00.560.340.08
HSL336.64º75.72%66.08%-
HSV(B)336.64º55.98%91.76%-
XYZ44.6129.5333.92-
YUV147.98131.4189.35-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.66%
GREEN value IS 103 (40.62% from 255) = 20.98%
BLUE value IS 154 (60.55% from 255) = 31.36%
R=47.66%
G=20.98%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410315400.560.340.08336.6475.7266.08
HexEA679A0382281514c42
Octal3521472320704210521114102
Binary111010101100111100110100111000100010100010101000110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA679A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA679A; }

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

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

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

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

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

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

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

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