#EB6E9F

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

Shades of Pale Violet Red #EB6E9F

Tints of Pale Violet Red #EB6E9F

Color information

#EB6E9F (or 0xEB6E9F) is unknown color: approx Pale Violet Red. HEX triplet: EB, 6E and 9F. RGB value is (235,110,159). Sum of RGB (Red+Green+Blue) = 235+110+159=504 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.63% from 504); Green value is 110 (43.36% from 255 or 21.83% from 504); Blue value is 159 (62.5% from 255 or 31.55% from 504); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6E9F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB6E9F is #149160. Grayscale: #989898. Windows color (decimal): -1347937 or 10448619. OLE color: 10448619.

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

Color convert

RGB235110159-
CMYK00.530.320.08
HSL336.48º75.76%67.65%-
HSV(B)336.48º53.19%92.16%-
XYZ46.0931.3236.42-
YUV152.96131.41186.52-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.63%
GREEN value IS 110 (43.36% from 255) = 21.83%
BLUE value IS 159 (62.5% from 255) = 31.55%
R=46.63%
G=21.83%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511015900.530.320.08336.4875.7667.65
HexEB6E9F0352081504c44
Octal3531562370654010520114104
Binary111010111101110100111110110101100000100010101000010011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6E9F; }

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

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

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

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

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

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

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

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