#E65D9A

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

Shades of Pale Violet Red #E65D9A

Tints of Pale Violet Red #E65D9A

Color information

#E65D9A (or 0xE65D9A) is unknown color: approx Pale Violet Red. HEX triplet: E6, 5D and 9A. RGB value is (230,93,154). Sum of RGB (Red+Green+Blue) = 230+93+154=477 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.22% from 477); Green value is 93 (36.72% from 255 or 19.50% from 477); Blue value is 154 (60.55% from 255 or 32.29% from 477); Max value from RGB is 230 - color contains mainly: red. Hex color #E65D9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65D9A is #19A265. Grayscale: #8C8C8C. Windows color (decimal): -1679974 or 10116582. OLE color: 10116582.

HSL color Cylindrical-coordinate representation of color #E65D9A: hue angle of 333.28º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E65D9A is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.10.

Color convert

RGB23093154-
CMYK00.600.330.10
HSL333.28º73.26%63.33%-
HSV(B)333.28º59.57%90.2%-
XYZ42.3826.9833.55-
YUV140.92135.39191.54-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 48.22%
GREEN value IS 93 (36.72% from 255) = 19.50%
BLUE value IS 154 (60.55% from 255) = 32.29%
R=48.22%
G=19.50%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.33
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2309315400.600.330.10333.2873.2663.33
HexE65D9A03C21A14d493f
Octal346135232074411251511177
Binary11100110101110110011010011110010000110101010011011001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E65D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E65D9A; }

 p { color: rgb(230,93,154); }

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

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

 a { background-color: rgb(230,93,154); }

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

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

 span { border-color: rgb(230,93,154); }

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