#E25D98

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

Shades of Pale Violet Red #E25D98

Tints of Pale Violet Red #E25D98

Color information

#E25D98 (or 0xE25D98) is unknown color: approx Pale Violet Red. HEX triplet: E2, 5D and 98. RGB value is (226,93,152). Sum of RGB (Red+Green+Blue) = 226+93+152=471 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.98% from 471); Green value is 93 (36.72% from 255 or 19.75% from 471); Blue value is 152 (59.77% from 255 or 32.27% from 471); Max value from RGB is 226 - color contains mainly: red. Hex color #E25D98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25D98 is #1DA267. Grayscale: #8B8B8B. Windows color (decimal): -1942120 or 9985506. OLE color: 9985506.

HSL color Cylindrical-coordinate representation of color #E25D98: hue angle of 333.38º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E25D98 is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.11.

Color convert

RGB22693152-
CMYK00.590.330.11
HSL333.38º69.63%62.55%-
HSV(B)333.38º58.85%88.63%-
XYZ40.9526.2632.62-
YUV139.49135.06189.7-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 47.98%
GREEN value IS 93 (36.72% from 255) = 19.75%
BLUE value IS 152 (59.77% from 255) = 32.27%
R=47.98%
G=19.75%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.33
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2269315200.590.330.11333.3869.6362.55
HexE25D9803B21B14d463f
Octal342135230073411351510677
Binary11100010101110110011000011101110000110111010011011000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E25D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E25D98; }

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

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

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

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

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

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

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

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