Html Css Color HEX #E30BC7 Deep Magenta

📋 copy color: '#E30BC7'

red 227 ◦ green 11 ◦ blue 199

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

Shades of Deep Magenta #E30BC7

Tints of Deep Magenta #E30BC7

RGB

 RED value IS 227 (89.06% from 255) = 51.95%

 GREEN value IS 11 (4.69% from 255) = 2.52%

 BLUE value IS 199 (78.13% from 255) = 45.54%

R = 51.95%
G = 2.52%
B = 45.54%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.12

 K value IS 0.11

RGB Variations

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

Color information

#E30BC7 (or 0xE30BC7) is known color: Deep Magenta. HEX triplet: E3, 0B and C7. RGB value is (227,11,199). Sum of RGB (Red+Green+Blue) = 227+11+199=437 (57% of max value = 765). Red value is 227 (89.06% from 255 or 51.95% from 437); Green value is 11 (4.69% from 255 or 2.52% from 437); Blue value is 199 (78.12% from 255 or 45.54% from 437); Max value from RGB is 227 - color contains mainly: red. Hex color #E30BC7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E30BC7 is #1CF438. Grayscale: #606060. Windows color (decimal): -1897529 or 13044707. OLE color: 13044707.

HSL color Cylindrical-coordinate representation of color #E30BC7: hue angle of 307.78º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E30BC7 is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 11 199 -
CMYK 0 0.95 0.12 0.11
HSL 307.78º 0.91% 0.47% -
HSV(B) 307.78º 0.95% 0.89% -
XYZ 42.11 20.69 55.81 -
YUV 97.02 185.56 220.71 -
System Red Green Blue C M Y K H S L
Decimal 227 11 199 0 0.95 0.12 0.11 307.78 0.91 0.47
Hex E3 B C7 0 5F C B 134 5B 2F
Octal 343 13 307 0 137 14 13 464 133 57
Binary 11100011 1011 11000111 0 1011111 1100 1011 100110100 1011011 101111

Color Harmonies of #E30BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30BC7

Black with #E30BC7

Text Example


Text Example

White with #E30BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30BC7; }

 p { color: rgb(227,11,199); }

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

background-color css

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

 a { background-color: rgb(227,11,199); }

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

border-color css

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

 span { border-color: rgb(227,11,199); }

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