Html Css Color HEX #E70046 Razzmatazz

📋 copy color: '#E70046'

red 231 ◦ green 0 ◦ blue 70

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

Shades of Razzmatazz #E70046

Tints of Razzmatazz #E70046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 23.26%

R = 76.74%
G = 0%
B = 23.26%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.70

 K value IS 0.09

RGB Variations

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

Color information

#E70046 (or 0xE70046) is known color: Razzmatazz. HEX triplet: E7, 00 and 46. RGB value is (231,0,70). Sum of RGB (Red+Green+Blue) = 231+0+70=301 (39% of max value = 765). Red value is 231 (90.62% from 255 or 76.74% from 301); Green value is 0 (0.39% from 255 or 0% from 301); Blue value is 70 (27.73% from 255 or 23.26% from 301); Max value from RGB is 231 - color contains mainly: red. Hex color #E70046 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70046 is #18FFB9. Grayscale: #4D4D4D. Windows color (decimal): -1638330 or 4587751. OLE color: 4587751.

HSL color Cylindrical-coordinate representation of color #E70046: hue angle of 341.82º 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 #E70046 is Cyan = 0, Magento = 1, Yellow = 0.70 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 0 70 -
CMYK 0 1 0.70 0.09
HSL 341.82º 1% 0.45% -
HSV(B) 341.82º 1% 0.91% -
XYZ 34.06 17.43 7.36 -
YUV 77.05 124.03 237.81 -
System Red Green Blue C M Y K H S L
Decimal 231 0 70 0 1 0.70 0.09 341.82 1 0.45
Hex E7 0 46 0 64 46 9 156 64 2D
Octal 347 0 106 0 144 106 11 526 144 55
Binary 11100111 0 1000110 0 1100100 1000110 1001 101010110 1100100 101101

Color Harmonies of #E70046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70046

Black with #E70046

Text Example


Text Example

White with #E70046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70046; }

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

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

background-color css

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

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

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

border-color css

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

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

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