#E65D99

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

Shades of Pale Violet Red #E65D99

Tints of Pale Violet Red #E65D99

Color information

#E65D99 (or 0xE65D99) is unknown color: approx Pale Violet Red. HEX triplet: E6, 5D and 99. RGB value is (230,93,153). Sum of RGB (Red+Green+Blue) = 230+93+153=476 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.32% from 476); Green value is 93 (36.72% from 255 or 19.54% from 476); Blue value is 153 (60.16% from 255 or 32.14% from 476); Max value from RGB is 230 - color contains mainly: red. Hex color #E65D99 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65D99 is #19A266. Grayscale: #8C8C8C. Windows color (decimal): -1679975 or 10051046. OLE color: 10051046.

HSL color Cylindrical-coordinate representation of color #E65D99: hue angle of 333.72º 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 #E65D99 is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.10.

Color convert

RGB23093153-
CMYK00.600.330.10
HSL333.72º73.26%63.33%-
HSV(B)333.72º59.57%90.2%-
XYZ42.326.9533.11-
YUV140.8134.89191.62-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 48.32%
GREEN value IS 93 (36.72% from 255) = 19.54%
BLUE value IS 153 (60.16% from 255) = 32.14%
R=48.32%
G=19.54%
B=32.14%

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
Decimal2309315300.600.330.10333.7273.2663.33
HexE65D9903C21A14e493f
Octal346135231074411251611177
Binary11100110101110110011001011110010000110101010011101001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E65D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E65D99; }

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

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

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

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

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

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

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

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