#E10484

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

Shades of Medium Violet Red #E10484

Tints of Medium Violet Red #E10484

Color information

#E10484 (or 0xE10484) is unknown color: approx Medium Violet Red. HEX triplet: E1, 04 and 84. RGB value is (225,4,132). Sum of RGB (Red+Green+Blue) = 225+4+132=361 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.33% from 361); Green value is 4 (1.95% from 255 or 1.11% from 361); Blue value is 132 (51.95% from 255 or 36.57% from 361); Max value from RGB is 225 - color contains mainly: red. Hex color #E10484 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10484 is #1EFB7B. Grayscale: #545454. Windows color (decimal): -2030460 or 8652001. OLE color: 8652001.

HSL color Cylindrical-coordinate representation of color #E10484: hue angle of 325.25º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E10484 is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB2254132-
CMYK00.980.410.12
HSL325.25º96.51%44.9%-
HSV(B)325.25º98.22%88.24%-
XYZ35.2617.7623.4-
YUV84.67154.72228.09-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 62.33%
GREEN value IS 4 (1.95% from 255) = 1.11%
BLUE value IS 132 (51.95% from 255) = 36.57%
R=62.33%
G=1.11%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225413200.980.410.12325.2596.5144.9
HexE148406229C145612d
Octal34142040142511450514155
Binary11100001100100001000110001010100111001010001011100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E10484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E10484; }

 p { color: rgb(225,4,132); }

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

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

 a { background-color: rgb(225,4,132); }

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

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

 span { border-color: rgb(225,4,132); }

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