#E65D98

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

Shades of Pale Violet Red #E65D98

Tints of Pale Violet Red #E65D98

Color information

#E65D98 (or 0xE65D98) is unknown color: approx Pale Violet Red. HEX triplet: E6, 5D and 98. RGB value is (230,93,152). Sum of RGB (Red+Green+Blue) = 230+93+152=475 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.42% from 475); Green value is 93 (36.72% from 255 or 19.58% from 475); Blue value is 152 (59.77% from 255 or 32% from 475); Max value from RGB is 230 - color contains mainly: red. Hex color #E65D98 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65D98 is #19A267. Grayscale: #8C8C8C. Windows color (decimal): -1679976 or 9985510. OLE color: 9985510.

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

Color convert

RGB23093152-
CMYK00.600.340.10
HSL334.16º73.26%63.33%-
HSV(B)334.16º59.57%90.2%-
XYZ42.2126.9232.68-
YUV140.69134.39191.7-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 48.42%
GREEN value IS 93 (36.72% from 255) = 19.58%
BLUE value IS 152 (59.77% from 255) = 32%
R=48.42%
G=19.58%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.34
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2309315200.600.340.10334.1673.2663.33
HexE65D9803C22A14e493f
Octal346135230074421251611177
Binary11100110101110110011000011110010001010101010011101001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E65D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E65D98; }

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

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

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

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

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

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

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

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