Html Css Color HEX #E00285 Medium Violet Red

📋 copy color: '#E00285'

red 224 ◦ green 2 ◦ blue 133

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

Shades of Medium Violet Red #E00285

Tints of Medium Violet Red #E00285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 37.05%

R = 62.4%
G = 0.56%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#E00285 (or 0xE00285) is known color: Medium Violet Red. HEX triplet: E0, 02 and 85. RGB value is (224,2,133). Sum of RGB (Red+Green+Blue) = 224+2+133=359 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.40% from 359); Green value is 2 (1.17% from 255 or 0.56% from 359); Blue value is 133 (52.34% from 255 or 37.05% from 359); Max value from RGB is 224 - color contains mainly: red. Hex color #E00285 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00285 is #1FFD7A. Grayscale: #535353. Windows color (decimal): -2096507 or 8717024. OLE color: 8717024.

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

Color convert

RGB 224 2 133 -
CMYK 0 0.99 0.41 0.12
HSL 324.59º 0.98% 0.44% -
HSV(B) 324.59º 0.99% 0.88% -
XYZ 35 17.58 23.74 -
YUV 83.31 156.05 228.35 -
System Red Green Blue C M Y K H S L
Decimal 224 2 133 0 0.99 0.41 0.12 324.59 0.98 0.44
Hex E0 2 85 0 63 29 C 145 62 2C
Octal 340 2 205 0 143 51 14 505 142 54
Binary 11100000 10 10000101 0 1100011 101001 1100 101000101 1100010 101100

Color Harmonies of #E00285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00285

Black with #E00285

Text Example


Text Example

White with #E00285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00285; }

 p { color: rgb(224,2,133); }

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

background-color css

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

 a { background-color: rgb(224,2,133); }

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

border-color css

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

 span { border-color: rgb(224,2,133); }

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