#EB6EA2

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

Shades of Pale Violet Red #EB6EA2

Tints of Pale Violet Red #EB6EA2

Color information

#EB6EA2 (or 0xEB6EA2) is unknown color: approx Pale Violet Red. HEX triplet: EB, 6E and A2. RGB value is (235,110,162). Sum of RGB (Red+Green+Blue) = 235+110+162=507 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.35% from 507); Green value is 110 (43.36% from 255 or 21.70% from 507); Blue value is 162 (63.67% from 255 or 31.95% from 507); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6EA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB6EA2 is #14915D. Grayscale: #999999. Windows color (decimal): -1347934 or 10645227. OLE color: 10645227.

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

Color convert

RGB235110162-
CMYK00.530.310.08
HSL335.04º75.76%67.65%-
HSV(B)335.04º53.19%92.16%-
XYZ46.3631.4237.8-
YUV153.3132.91186.27-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.35%
GREEN value IS 110 (43.36% from 255) = 21.70%
BLUE value IS 162 (63.67% from 255) = 31.95%
R=46.35%
G=21.70%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511016200.530.310.08335.0475.7667.65
HexEB6EA20351F814f4c44
Octal3531562420653710517114104
Binary11101011110111010100010011010111111100010100111110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6EA2; }

 p { color: rgb(235,110,162); }

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

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

 a { background-color: rgb(235,110,162); }

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

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

 span { border-color: rgb(235,110,162); }

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