#E65F94

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

Shades of Pale Violet Red #E65F94

Tints of Pale Violet Red #E65F94

Color information

#E65F94 (or 0xE65F94) is unknown color: approx Pale Violet Red. HEX triplet: E6, 5F and 94. RGB value is (230,95,148). Sum of RGB (Red+Green+Blue) = 230+95+148=473 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.63% from 473); Green value is 95 (37.5% from 255 or 20.08% from 473); Blue value is 148 (58.20% from 255 or 31.29% from 473); Max value from RGB is 230 - color contains mainly: red. Hex color #E65F94 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65F94 is #19A06B. Grayscale: #8D8D8D. Windows color (decimal): -1679468 or 9723878. OLE color: 9723878.

HSL color Cylindrical-coordinate representation of color #E65F94: hue angle of 336.44º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E65F94 is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.10.

Color convert

RGB23095148-
CMYK00.590.360.10
HSL336.44º72.97%63.73%-
HSV(B)336.44º58.7%90.2%-
XYZ42.0727.1531.04-
YUV141.41131.73191.19-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 48.63%
GREEN value IS 95 (37.5% from 255) = 20.08%
BLUE value IS 148 (58.20% from 255) = 31.29%
R=48.63%
G=20.08%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.36
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2309514800.590.360.10336.4472.9763.73
HexE65F9403B24A1504940
Octal3461372240734412520111100
Binary111001101011111100101000111011100100101010101000010010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E65F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E65F94; }

 p { color: rgb(230,95,148); }

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

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

 a { background-color: rgb(230,95,148); }

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

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

 span { border-color: rgb(230,95,148); }

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