Html Css Color HEX #E4027D Medium Violet Red

📋 copy color: '#E4027D'

red 228 ◦ green 2 ◦ blue 125

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

Shades of Medium Violet Red #E4027D

Tints of Medium Violet Red #E4027D

RGB

 RED value IS 228 (89.45% from 255) = 64.23%

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

 BLUE value IS 125 (49.22% from 255) = 35.21%

R = 64.23%
G = 0.56%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#E4027D (or 0xE4027D) is known color: Medium Violet Red. HEX triplet: E4, 02 and 7D. RGB value is (228,2,125). Sum of RGB (Red+Green+Blue) = 228+2+125=355 (47% of max value = 765). Red value is 228 (89.45% from 255 or 64.23% from 355); Green value is 2 (1.17% from 255 or 0.56% from 355); Blue value is 125 (49.22% from 255 or 35.21% from 355); Max value from RGB is 228 - color contains mainly: red. Hex color #E4027D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E4027D is #1BFD82. Grayscale: #535353. Windows color (decimal): -1834371 or 8192740. OLE color: 8192740.

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

Color convert

RGB 228 2 125 -
CMYK 0 0.99 0.45 0.11
HSL 327.35º 0.98% 0.45% -
HSV(B) 327.35º 0.99% 0.89% -
XYZ 35.72 18.02 21 -
YUV 83.6 151.37 231 -
System Red Green Blue C M Y K H S L
Decimal 228 2 125 0 0.99 0.45 0.11 327.35 0.98 0.45
Hex E4 2 7D 0 63 2D B 147 62 2D
Octal 344 2 175 0 143 55 13 507 142 55
Binary 11100100 10 1111101 0 1100011 101101 1011 101000111 1100010 101101

Color Harmonies of #E4027D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4027D

Black with #E4027D

Text Example


Text Example

White with #E4027D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4027D; }

 p { color: rgb(228,2,125); }

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

background-color css

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

 a { background-color: rgb(228,2,125); }

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

border-color css

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

 span { border-color: rgb(228,2,125); }

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