Html Css Color HEX #E01BCF Deep Magenta

📋 copy color: '#E01BCF'

red 224 ◦ green 27 ◦ blue 207

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

Shades of Deep Magenta #E01BCF

Tints of Deep Magenta #E01BCF

RGB

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

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

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

R = 48.91%
G = 5.9%
B = 45.2%

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

#E01BCF (or 0xE01BCF) is known color: Deep Magenta. HEX triplet: E0, 1B and CF. RGB value is (224,27,207). Sum of RGB (Red+Green+Blue) = 224+27+207=458 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.91% from 458); Green value is 27 (10.94% from 255 or 5.90% from 458); Blue value is 207 (81.25% from 255 or 45.20% from 458); Max value from RGB is 224 - color contains mainly: red. Hex color #E01BCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01BCF is #1FE430. Grayscale: #696969. Windows color (decimal): -2090033 or 13573088. OLE color: 13573088.

HSL color Cylindrical-coordinate representation of color #E01BCF: hue angle of 305.18º degrees, saturation: 0.78, 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 #E01BCF is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 27 207 -
CMYK 0 0.88 0.08 0.12
HSL 305.18º 0.78% 0.49% -
HSV(B) 305.18º 0.88% 0.88% -
XYZ 42.39 21.14 60.88 -
YUV 106.42 184.77 211.86 -
System Red Green Blue C M Y K H S L
Decimal 224 27 207 0 0.88 0.08 0.12 305.18 0.78 0.49
Hex E0 1B CF 0 58 8 C 131 4E 31
Octal 340 33 317 0 130 10 14 461 116 61
Binary 11100000 11011 11001111 0 1011000 1000 1100 100110001 1001110 110001

Color Harmonies of #E01BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01BCF

Black with #E01BCF

Text Example


Text Example

White with #E01BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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