#EA699D

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

Shades of Pale Violet Red #EA699D

Tints of Pale Violet Red #EA699D

Color information

#EA699D (or 0xEA699D) is unknown color: approx Pale Violet Red. HEX triplet: EA, 69 and 9D. RGB value is (234,105,157). Sum of RGB (Red+Green+Blue) = 234+105+157=496 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.18% from 496); Green value is 105 (41.41% from 255 or 21.17% from 496); Blue value is 157 (61.72% from 255 or 31.65% from 496); Max value from RGB is 234 - color contains mainly: red. Hex color #EA699D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA699D is #159662. Grayscale: #959595. Windows color (decimal): -1414755 or 10316266. OLE color: 10316266.

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

Color convert

RGB234105157-
CMYK00.550.330.08
HSL335.81º75.44%66.47%-
HSV(B)335.81º55.13%91.76%-
XYZ45.0730.0335.32-
YUV149.5132.24188.27-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.18%
GREEN value IS 105 (41.41% from 255) = 21.17%
BLUE value IS 157 (61.72% from 255) = 31.65%
R=47.18%
G=21.17%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410515700.550.330.08335.8175.4466.47
HexEA699D0372181504b42
Octal3521512350674110520113102
Binary111010101101001100111010110111100001100010101000010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA699D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA699D; }

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

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

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

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

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

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

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

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