Html Css Color HEX #E70071 Razzmatazz

📋 copy color: '#E70071'

red 231 ◦ green 0 ◦ blue 113

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

Shades of Razzmatazz #E70071

Tints of Razzmatazz #E70071

RGB

 RED value IS 231 (90.63% from 255) = 67.15%

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

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

R = 67.15%
G = 0%
B = 32.85%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E70071 (or 0xE70071) is known color: Razzmatazz. HEX triplet: E7, 00 and 71. RGB value is (231,0,113). Sum of RGB (Red+Green+Blue) = 231+0+113=344 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.15% from 344); Green value is 0 (0.39% from 255 or 0% from 344); Blue value is 113 (44.53% from 255 or 32.85% from 344); Max value from RGB is 231 - color contains mainly: red. Hex color #E70071 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70071 is #18FF8E. Grayscale: #515151. Windows color (decimal): -1638287 or 7405799. OLE color: 7405799.

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

Color convert

RGB 231 0 113 -
CMYK 0 1 0.51 0.09
HSL 330.65º 1% 0.45% -
HSV(B) 330.65º 1% 0.91% -
XYZ 35.94 18.18 17.24 -
YUV 81.95 145.53 234.31 -
System Red Green Blue C M Y K H S L
Decimal 231 0 113 0 1 0.51 0.09 330.65 1 0.45
Hex E7 0 71 0 64 33 9 14B 64 2D
Octal 347 0 161 0 144 63 11 513 144 55
Binary 11100111 0 1110001 0 1100100 110011 1001 101001011 1100100 101101

Color Harmonies of #E70071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70071

Black with #E70071

Text Example


Text Example

White with #E70071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70071; }

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

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

background-color css

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

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

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

border-color css

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

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

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