#EA669A

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

Shades of Pale Violet Red #EA669A

Tints of Pale Violet Red #EA669A

Color information

#EA669A (or 0xEA669A) is unknown color: approx Pale Violet Red. HEX triplet: EA, 66 and 9A. RGB value is (234,102,154). Sum of RGB (Red+Green+Blue) = 234+102+154=490 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.76% from 490); Green value is 102 (40.23% from 255 or 20.82% from 490); Blue value is 154 (60.55% from 255 or 31.43% from 490); Max value from RGB is 234 - color contains mainly: red. Hex color #EA669A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA669A is #159965. Grayscale: #939393. Windows color (decimal): -1415526 or 10118890. OLE color: 10118890.

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

Color convert

RGB234102154-
CMYK00.560.340.08
HSL336.36º75.86%65.88%-
HSV(B)336.36º56.41%91.76%-
XYZ44.5229.3333.89-
YUV147.4131.73189.77-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.76%
GREEN value IS 102 (40.23% from 255) = 20.82%
BLUE value IS 154 (60.55% from 255) = 31.43%
R=47.76%
G=20.82%
B=31.43%

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
Decimal23410215400.560.340.08336.3675.8665.88
HexEA669A0382281504c42
Octal3521462320704210520114102
Binary111010101100110100110100111000100010100010101000010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA669A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA669A; }

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

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

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

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

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

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

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

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