Html Css Color HEX #E11BCF Deep Magenta

📋 copy color: '#E11BCF'

red 225 ◦ green 27 ◦ blue 207

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

Shades of Deep Magenta #E11BCF

Tints of Deep Magenta #E11BCF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.88%

 BLUE value IS 207 (81.25% from 255) = 45.1%

R = 49.02%
G = 5.88%
B = 45.1%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E11BCF (or 0xE11BCF) is known color: Deep Magenta. HEX triplet: E1, 1B and CF. RGB value is (225,27,207). Sum of RGB (Red+Green+Blue) = 225+27+207=459 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.02% from 459); Green value is 27 (10.94% from 255 or 5.88% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 225 - color contains mainly: red. Hex color #E11BCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11BCF is #1EE430. Grayscale: #6A6A6A. Windows color (decimal): -2024497 or 13573089. OLE color: 13573089.

HSL color Cylindrical-coordinate representation of color #E11BCF: hue angle of 305.45º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E11BCF is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 27 207 -
CMYK 0 0.88 0.08 0.12
HSL 305.45º 0.79% 0.49% -
HSV(B) 305.45º 0.88% 0.88% -
XYZ 42.71 21.3 60.89 -
YUV 106.72 184.6 212.36 -
System Red Green Blue C M Y K H S L
Decimal 225 27 207 0 0.88 0.08 0.12 305.45 0.79 0.49
Hex E1 1B CF 0 58 8 C 131 4F 31
Octal 341 33 317 0 130 10 14 461 117 61
Binary 11100001 11011 11001111 0 1011000 1000 1100 100110001 1001111 110001

Color Harmonies of #E11BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11BCF

Black with #E11BCF

Text Example


Text Example

White with #E11BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11BCF; }

 p { color: rgb(225,27,207); }

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

background-color css

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

 a { background-color: rgb(225,27,207); }

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

border-color css

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

 span { border-color: rgb(225,27,207); }

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