#EA6D9A

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

Shades of Pale Violet Red #EA6D9A

Tints of Pale Violet Red #EA6D9A

Color information

#EA6D9A (or 0xEA6D9A) is unknown color: approx Pale Violet Red. HEX triplet: EA, 6D and 9A. RGB value is (234,109,154). Sum of RGB (Red+Green+Blue) = 234+109+154=497 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.08% from 497); Green value is 109 (42.97% from 255 or 21.93% from 497); Blue value is 154 (60.55% from 255 or 30.99% from 497); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6D9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6D9A is #159265. Grayscale: #979797. Windows color (decimal): -1413734 or 10120682. OLE color: 10120682.

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

Color convert

RGB234109154-
CMYK00.530.340.08
HSL338.4º74.85%67.25%-
HSV(B)338.4º53.42%91.76%-
XYZ45.2330.7634.13-
YUV151.5129.41186.84-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.08%
GREEN value IS 109 (42.97% from 255) = 21.93%
BLUE value IS 154 (60.55% from 255) = 30.99%
R=47.08%
G=21.93%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410915400.530.340.08338.474.8567.25
HexEA6D9A0352281524b43
Octal3521552320654210522113103
Binary111010101101101100110100110101100010100010101001010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6D9A; }

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

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

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

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

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

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

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

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