#EA679F

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

Shades of Pale Violet Red #EA679F

Tints of Pale Violet Red #EA679F

Color information

#EA679F (or 0xEA679F) is unknown color: approx Pale Violet Red. HEX triplet: EA, 67 and 9F. RGB value is (234,103,159). Sum of RGB (Red+Green+Blue) = 234+103+159=496 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.18% from 496); Green value is 103 (40.62% from 255 or 20.77% from 496); Blue value is 159 (62.5% from 255 or 32.06% from 496); Max value from RGB is 234 - color contains mainly: red. Hex color #EA679F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA679F is #159860. Grayscale: #949494. Windows color (decimal): -1415265 or 10446826. OLE color: 10446826.

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

Color convert

RGB234103159-
CMYK00.560.320.08
HSL334.35º75.72%66.08%-
HSV(B)334.35º55.98%91.76%-
XYZ45.0429.736.16-
YUV148.55133.9188.95-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.18%
GREEN value IS 103 (40.62% from 255) = 20.77%
BLUE value IS 159 (62.5% from 255) = 32.06%
R=47.18%
G=20.77%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410315900.560.320.08334.3575.7266.08
HexEA679F03820814e4c42
Octal3521472370704010516114102
Binary111010101100111100111110111000100000100010100111010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA679F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA679F; }

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

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

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

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

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

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

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

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