#EA679E

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

Shades of Pale Violet Red #EA679E

Tints of Pale Violet Red #EA679E

Color information

#EA679E (or 0xEA679E) is unknown color: approx Pale Violet Red. HEX triplet: EA, 67 and 9E. RGB value is (234,103,158). Sum of RGB (Red+Green+Blue) = 234+103+158=495 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.27% from 495); Green value is 103 (40.62% from 255 or 20.81% from 495); Blue value is 158 (62.11% from 255 or 31.92% from 495); Max value from RGB is 234 - color contains mainly: red. Hex color #EA679E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA679E is #159861. Grayscale: #949494. Windows color (decimal): -1415266 or 10381290. OLE color: 10381290.

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

Color convert

RGB234103158-
CMYK00.560.320.08
HSL334.81º75.72%66.08%-
HSV(B)334.81º55.98%91.76%-
XYZ44.9529.6635.7-
YUV148.44133.4189.03-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.27%
GREEN value IS 103 (40.62% from 255) = 20.81%
BLUE value IS 158 (62.11% from 255) = 31.92%
R=47.27%
G=20.81%
B=31.92%

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
Decimal23410315800.560.320.08334.8175.7266.08
HexEA679E03820814f4c42
Octal3521472360704010517114102
Binary111010101100111100111100111000100000100010100111110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA679E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA679E; }

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

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

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

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

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

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

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

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