Html Css Color HEX #E10482 Medium Violet Red

📋 copy color: '#E10482'

red 225 ◦ green 4 ◦ blue 130

#E10482
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #E10482

Tints of Medium Violet Red #E10482

RGB

 RED value IS 225 (88.28% from 255) = 62.67%

 GREEN value IS 4 (1.95% from 255) = 1.11%

 BLUE value IS 130 (51.17% from 255) = 36.21%

R = 62.67%
G = 1.11%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#E10482 (or 0xE10482) is known color: Medium Violet Red. HEX triplet: E1, 04 and 82. RGB value is (225,4,130). Sum of RGB (Red+Green+Blue) = 225+4+130=359 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.67% from 359); Green value is 4 (1.95% from 255 or 1.11% from 359); Blue value is 130 (51.17% from 255 or 36.21% from 359); Max value from RGB is 225 - color contains mainly: red. Hex color #E10482 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10482 is #1EFB7D. Grayscale: #545454. Windows color (decimal): -2030462 or 8520929. OLE color: 8520929.

HSL color Cylindrical-coordinate representation of color #E10482: hue angle of 325.79º 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 #E10482 is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 4 130 -
CMYK 0 0.98 0.42 0.12
HSL 325.79º 0.97% 0.45% -
HSV(B) 325.79º 0.98% 0.88% -
XYZ 35.12 17.71 22.69 -
YUV 84.44 153.72 228.25 -
System Red Green Blue C M Y K H S L
Decimal 225 4 130 0 0.98 0.42 0.12 325.79 0.97 0.45
Hex E1 4 82 0 62 2A C 146 61 2D
Octal 341 4 202 0 142 52 14 506 141 55
Binary 11100001 100 10000010 0 1100010 101010 1100 101000110 1100001 101101

Color Harmonies of #E10482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10482

Black with #E10482

Text Example


Text Example

White with #E10482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10482; }

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

 H1.HeaderClassName
 {
   color: #E10482;
 }
 .AnyTagClassName
 {
   color: #E10482;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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