#EA69A2

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

Shades of Pale Violet Red #EA69A2

Tints of Pale Violet Red #EA69A2

Color information

#EA69A2 (or 0xEA69A2) is unknown color: approx Pale Violet Red. HEX triplet: EA, 69 and A2. RGB value is (234,105,162). Sum of RGB (Red+Green+Blue) = 234+105+162=501 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.71% from 501); Green value is 105 (41.41% from 255 or 20.96% from 501); Blue value is 162 (63.67% from 255 or 32.34% from 501); Max value from RGB is 234 - color contains mainly: red. Hex color #EA69A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA69A2 is #15965D. Grayscale: #959595. Windows color (decimal): -1414750 or 10643946. OLE color: 10643946.

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

Color convert

RGB234105162-
CMYK00.550.310.08
HSL333.49º75.44%66.47%-
HSV(B)333.49º55.13%91.76%-
XYZ45.530.237.61-
YUV150.07134.74187.87-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.71%
GREEN value IS 105 (41.41% from 255) = 20.96%
BLUE value IS 162 (63.67% from 255) = 32.34%
R=46.71%
G=20.96%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410516200.550.310.08333.4975.4466.47
HexEA69A20371F814d4b42
Octal3521512420673710515113102
Binary11101010110100110100010011011111111100010100110110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA69A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA69A2; }

 p { color: rgb(234,105,162); }

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

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

 a { background-color: rgb(234,105,162); }

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

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

 span { border-color: rgb(234,105,162); }

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