#EA6895

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

Shades of Pale Violet Red #EA6895

Tints of Pale Violet Red #EA6895

Color information

#EA6895 (or 0xEA6895) is unknown color: approx Pale Violet Red. HEX triplet: EA, 68 and 95. RGB value is (234,104,149). Sum of RGB (Red+Green+Blue) = 234+104+149=487 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.05% from 487); Green value is 104 (41.02% from 255 or 21.36% from 487); Blue value is 149 (58.59% from 255 or 30.60% from 487); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6895 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6895 is #15976A. Grayscale: #939393. Windows color (decimal): -1415019 or 9791722. OLE color: 9791722.

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

Color convert

RGB234104149-
CMYK00.560.360.08
HSL339.23º75.58%66.27%-
HSV(B)339.23º55.56%91.76%-
XYZ44.3129.5631.8-
YUV148128.57189.34-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.05%
GREEN value IS 104 (41.02% from 255) = 21.36%
BLUE value IS 149 (58.59% from 255) = 30.60%
R=48.05%
G=21.36%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410414900.560.360.08339.2375.5866.27
HexEA68950382481534c42
Octal3521502250704410523114102
Binary111010101101000100101010111000100100100010101001110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6895; }

 p { color: rgb(234,104,149); }

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

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

 a { background-color: rgb(234,104,149); }

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

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

 span { border-color: rgb(234,104,149); }

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