Html Css Color HEX #E102D2 Deep Magenta

📋 copy color: '#E102D2'

red 225 ◦ green 2 ◦ blue 210

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

Shades of Deep Magenta #E102D2

Tints of Deep Magenta #E102D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 48.05%

R = 51.49%
G = 0.46%
B = 48.05%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.07

 K value IS 0.12

RGB Variations

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

Color information

#E102D2 (or 0xE102D2) is known color: Deep Magenta. HEX triplet: E1, 02 and D2. RGB value is (225,2,210). Sum of RGB (Red+Green+Blue) = 225+2+210=437 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.49% from 437); Green value is 2 (1.17% from 255 or 0.46% from 437); Blue value is 210 (82.42% from 255 or 48.05% from 437); Max value from RGB is 225 - color contains mainly: red. Hex color #E102D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E102D2 is #1EFD2D. Grayscale: #5B5B5B. Windows color (decimal): -2030894 or 13763297. OLE color: 13763297.

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

Color convert

RGB 225 2 210 -
CMYK 0 0.99 0.07 0.12
HSL 304.04º 0.98% 0.45% -
HSV(B) 304.04º 0.99% 0.88% -
XYZ 42.71 20.7 62.72 -
YUV 92.39 194.38 222.59 -
System Red Green Blue C M Y K H S L
Decimal 225 2 210 0 0.99 0.07 0.12 304.04 0.98 0.45
Hex E1 2 D2 0 63 7 C 130 62 2D
Octal 341 2 322 0 143 7 14 460 142 55
Binary 11100001 10 11010010 0 1100011 111 1100 100110000 1100010 101101

Color Harmonies of #E102D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E102D2

Black with #E102D2

Text Example


Text Example

White with #E102D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E102D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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