Html Css Color HEX #E30D81 Medium Violet Red

📋 copy color: '#E30D81'

red 227 ◦ green 13 ◦ blue 129

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

Shades of Medium Violet Red #E30D81

Tints of Medium Violet Red #E30D81

RGB

 RED value IS 227 (89.06% from 255) = 61.52%

 GREEN value IS 13 (5.47% from 255) = 3.52%

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

R = 61.52%
G = 3.52%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.43

 K value IS 0.11

RGB Variations

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

Color information

#E30D81 (or 0xE30D81) is known color: Medium Violet Red. HEX triplet: E3, 0D and 81. RGB value is (227,13,129). Sum of RGB (Red+Green+Blue) = 227+13+129=369 (48% of max value = 765). Red value is 227 (89.06% from 255 or 61.52% from 369); Green value is 13 (5.47% from 255 or 3.52% from 369); Blue value is 129 (50.78% from 255 or 34.96% from 369); Max value from RGB is 227 - color contains mainly: red. Hex color #E30D81 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E30D81 is #1CF27E. Grayscale: #595959. Windows color (decimal): -1897087 or 8457699. OLE color: 8457699.

HSL color Cylindrical-coordinate representation of color #E30D81: hue angle of 327.48º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E30D81 is Cyan = 0, Magento = 0.94, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 13 129 -
CMYK 0 0.94 0.43 0.11
HSL 327.48º 0.89% 0.47% -
HSV(B) 327.48º 0.94% 0.89% -
XYZ 35.78 18.2 22.4 -
YUV 90.21 149.9 225.57 -
System Red Green Blue C M Y K H S L
Decimal 227 13 129 0 0.94 0.43 0.11 327.48 0.89 0.47
Hex E3 D 81 0 5E 2B B 147 59 2F
Octal 343 15 201 0 136 53 13 507 131 57
Binary 11100011 1101 10000001 0 1011110 101011 1011 101000111 1011001 101111

Color Harmonies of #E30D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30D81

Black with #E30D81

Text Example


Text Example

White with #E30D81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30D81; }

 p { color: rgb(227,13,129); }

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

background-color css

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

 a { background-color: rgb(227,13,129); }

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

border-color css

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

 span { border-color: rgb(227,13,129); }

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