Html Css Color HEX #E10281 Medium Violet Red

📋 copy color: '#E10281'

red 225 ◦ green 2 ◦ blue 129

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

Shades of Medium Violet Red #E10281

Tints of Medium Violet Red #E10281

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.56%

 BLUE value IS 129 (50.78% from 255) = 36.24%

R = 63.2%
G = 0.56%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E10281 (or 0xE10281) is known color: Medium Violet Red. HEX triplet: E1, 02 and 81. RGB value is (225,2,129). Sum of RGB (Red+Green+Blue) = 225+2+129=356 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.20% from 356); Green value is 2 (1.17% from 255 or 0.56% from 356); Blue value is 129 (50.78% from 255 or 36.24% from 356); Max value from RGB is 225 - color contains mainly: red. Hex color #E10281 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10281 is #1EFD7E. Grayscale: #525252. Windows color (decimal): -2030975 or 8454881. OLE color: 8454881.

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

Color convert

RGB 225 2 129 -
CMYK 0 0.99 0.43 0.12
HSL 325.83º 0.98% 0.45% -
HSV(B) 325.83º 0.99% 0.88% -
XYZ 35.04 17.64 22.33 -
YUV 83.16 153.88 229.17 -
System Red Green Blue C M Y K H S L
Decimal 225 2 129 0 0.99 0.43 0.12 325.83 0.98 0.45
Hex E1 2 81 0 63 2B C 146 62 2D
Octal 341 2 201 0 143 53 14 506 142 55
Binary 11100001 10 10000001 0 1100011 101011 1100 101000110 1100010 101101

Color Harmonies of #E10281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10281

Black with #E10281

Text Example


Text Example

White with #E10281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10281; }

 p { color: rgb(225,2,129); }

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

background-color css

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

 a { background-color: rgb(225,2,129); }

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

border-color css

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

 span { border-color: rgb(225,2,129); }

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