Html Css Color HEX #E102BB Deep Magenta

📋 copy color: '#E102BB'

red 225 ◦ green 2 ◦ blue 187

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

Shades of Deep Magenta #E102BB

Tints of Deep Magenta #E102BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.17%

R = 54.35%
G = 0.48%
B = 45.17%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E102BB (or 0xE102BB) is known color: Deep Magenta. HEX triplet: E1, 02 and BB. RGB value is (225,2,187). Sum of RGB (Red+Green+Blue) = 225+2+187=414 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.35% from 414); Green value is 2 (1.17% from 255 or 0.48% from 414); Blue value is 187 (73.44% from 255 or 45.17% from 414); Max value from RGB is 225 - color contains mainly: red. Hex color #E102BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E102BB is #1EFD44. Grayscale: #595959. Windows color (decimal): -2030917 or 12255969. OLE color: 12255969.

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

Color convert

RGB 225 2 187 -
CMYK 0 0.99 0.17 0.12
HSL 310.22º 0.98% 0.45% -
HSV(B) 310.22º 0.99% 0.88% -
XYZ 40.04 19.64 48.69 -
YUV 89.77 182.88 224.46 -
System Red Green Blue C M Y K H S L
Decimal 225 2 187 0 0.99 0.17 0.12 310.22 0.98 0.45
Hex E1 2 BB 0 63 11 C 136 62 2D
Octal 341 2 273 0 143 21 14 466 142 55
Binary 11100001 10 10111011 0 1100011 10001 1100 100110110 1100010 101101

Color Harmonies of #E102BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E102BB

Black with #E102BB

Text Example


Text Example

White with #E102BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E102BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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