Html Css Color HEX #E30071 Razzmatazz

📋 copy color: '#E30071'

red 227 ◦ green 0 ◦ blue 113

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

Shades of Razzmatazz #E30071

Tints of Razzmatazz #E30071

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 113 (44.53% from 255) = 33.24%

R = 66.76%
G = 0%
B = 33.24%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#E30071 (or 0xE30071) is known color: Razzmatazz. HEX triplet: E3, 00 and 71. RGB value is (227,0,113). Sum of RGB (Red+Green+Blue) = 227+0+113=340 (45% of max value = 765). Red value is 227 (89.06% from 255 or 66.76% from 340); Green value is 0 (0.39% from 255 or 0% from 340); Blue value is 113 (44.53% from 255 or 33.24% from 340); Max value from RGB is 227 - color contains mainly: red. Hex color #E30071 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E30071 is #1CFF8E. Grayscale: #505050. Windows color (decimal): -1900431 or 7405795. OLE color: 7405795.

HSL color Cylindrical-coordinate representation of color #E30071: hue angle of 330.13º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E30071 is Cyan = 0, Magento = 1, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 0 113 -
CMYK 0 1 0.50 0.11
HSL 330.13º 1% 0.45% -
HSV(B) 330.13º 1% 0.89% -
XYZ 34.66 17.52 17.18 -
YUV 80.76 146.21 232.31 -
System Red Green Blue C M Y K H S L
Decimal 227 0 113 0 1 0.50 0.11 330.13 1 0.45
Hex E3 0 71 0 64 32 B 14A 64 2D
Octal 343 0 161 0 144 62 13 512 144 55
Binary 11100011 0 1110001 0 1100100 110010 1011 101001010 1100100 101101

Color Harmonies of #E30071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30071

Black with #E30071

Text Example


Text Example

White with #E30071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30071; }

 p { color: rgb(227,0,113); }

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

background-color css

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

 a { background-color: rgb(227,0,113); }

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

border-color css

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

 span { border-color: rgb(227,0,113); }

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