Html Css Color HEX #E102BE Deep Magenta

📋 copy color: '#E102BE'

red 225 ◦ green 2 ◦ blue 190

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

Shades of Deep Magenta #E102BE

Tints of Deep Magenta #E102BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.56%

R = 53.96%
G = 0.48%
B = 45.56%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E102BE (or 0xE102BE) is known color: Deep Magenta. HEX triplet: E1, 02 and BE. RGB value is (225,2,190). Sum of RGB (Red+Green+Blue) = 225+2+190=417 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.96% from 417); Green value is 2 (1.17% from 255 or 0.48% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 225 - color contains mainly: red. Hex color #E102BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E102BE is #1EFD41. Grayscale: #595959. Windows color (decimal): -2030914 or 12452577. OLE color: 12452577.

HSL color Cylindrical-coordinate representation of color #E102BE: hue angle of 309.42º 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 #E102BE is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 2 190 -
CMYK 0 0.99 0.16 0.12
HSL 309.42º 0.98% 0.45% -
HSV(B) 309.42º 0.99% 0.88% -
XYZ 40.37 19.77 50.4 -
YUV 90.11 184.38 224.21 -
System Red Green Blue C M Y K H S L
Decimal 225 2 190 0 0.99 0.16 0.12 309.42 0.98 0.45
Hex E1 2 BE 0 63 10 C 135 62 2D
Octal 341 2 276 0 143 20 14 465 142 55
Binary 11100001 10 10111110 0 1100011 10000 1100 100110101 1100010 101101

Color Harmonies of #E102BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E102BE

Black with #E102BE

Text Example


Text Example

White with #E102BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E102BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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