#EA6A9D

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

Shades of Pale Violet Red #EA6A9D

Tints of Pale Violet Red #EA6A9D

Color information

#EA6A9D (or 0xEA6A9D) is unknown color: approx Pale Violet Red. HEX triplet: EA, 6A and 9D. RGB value is (234,106,157). Sum of RGB (Red+Green+Blue) = 234+106+157=497 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.08% from 497); Green value is 106 (41.80% from 255 or 21.33% from 497); Blue value is 157 (61.72% from 255 or 31.59% from 497); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6A9D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6A9D is #159562. Grayscale: #969696. Windows color (decimal): -1414499 or 10316522. OLE color: 10316522.

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

Color convert

RGB234106157-
CMYK00.550.330.08
HSL336.09º75.29%66.67%-
HSV(B)336.09º54.7%91.76%-
XYZ45.1730.2335.35-
YUV150.09131.91187.85-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.08%
GREEN value IS 106 (41.80% from 255) = 21.33%
BLUE value IS 157 (61.72% from 255) = 31.59%
R=47.08%
G=21.33%
B=31.59%

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
Decimal23410615700.550.330.08336.0975.2966.67
HexEA6A9D0372181504b43
Octal3521522350674110520113103
Binary111010101101010100111010110111100001100010101000010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6A9D; }

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

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

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

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

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

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

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

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