Html Css Color HEX #E00A7B Medium Violet Red

📋 copy color: '#E00A7B'

red 224 ◦ green 10 ◦ blue 123

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

Shades of Medium Violet Red #E00A7B

Tints of Medium Violet Red #E00A7B

RGB

 RED value IS 224 (87.89% from 255) = 62.75%

 GREEN value IS 10 (4.3% from 255) = 2.8%

 BLUE value IS 123 (48.44% from 255) = 34.45%

R = 62.75%
G = 2.8%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#E00A7B (or 0xE00A7B) is known color: Medium Violet Red. HEX triplet: E0, 0A and 7B. RGB value is (224,10,123). Sum of RGB (Red+Green+Blue) = 224+10+123=357 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.75% from 357); Green value is 10 (4.30% from 255 or 2.80% from 357); Blue value is 123 (48.44% from 255 or 34.45% from 357); Max value from RGB is 224 - color contains mainly: red. Hex color #E00A7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00A7B is #1FF584. Grayscale: #565656. Windows color (decimal): -2094469 or 8063712. OLE color: 8063712.

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

Color convert

RGB 224 10 123 -
CMYK 0 0.96 0.45 0.12
HSL 328.32º 0.91% 0.46% -
HSV(B) 328.32º 0.96% 0.88% -
XYZ 34.42 17.49 20.3 -
YUV 86.87 148.4 225.81 -
System Red Green Blue C M Y K H S L
Decimal 224 10 123 0 0.96 0.45 0.12 328.32 0.91 0.46
Hex E0 A 7B 0 60 2D C 148 5B 2E
Octal 340 12 173 0 140 55 14 510 133 56
Binary 11100000 1010 1111011 0 1100000 101101 1100 101001000 1011011 101110

Color Harmonies of #E00A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00A7B

Black with #E00A7B

Text Example


Text Example

White with #E00A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00A7B; }

 p { color: rgb(224,10,123); }

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

background-color css

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

 a { background-color: rgb(224,10,123); }

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

border-color css

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

 span { border-color: rgb(224,10,123); }

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