Html Css Color HEX #E70073 Razzmatazz

📋 copy color: '#E70073'

red 231 ◦ green 0 ◦ blue 115

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

Shades of Razzmatazz #E70073

Tints of Razzmatazz #E70073

RGB

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

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

 BLUE value IS 115 (45.31% 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.09

RGB Variations

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

Color information

#E70073 (or 0xE70073) is known color: Razzmatazz. HEX triplet: E7, 00 and 73. RGB value is (231,0,115). Sum of RGB (Red+Green+Blue) = 231+0+115=346 (45% of max value = 765). Red value is 231 (90.62% from 255 or 66.76% from 346); Green value is 0 (0.39% from 255 or 0% from 346); Blue value is 115 (45.31% from 255 or 33.24% from 346); Max value from RGB is 231 - color contains mainly: red. Hex color #E70073 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70073 is #18FF8C. Grayscale: #515151. Windows color (decimal): -1638285 or 7536871. OLE color: 7536871.

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

Color convert

RGB 231 0 115 -
CMYK 0 1 0.50 0.09
HSL 330.13º 1% 0.45% -
HSV(B) 330.13º 1% 0.91% -
XYZ 36.05 18.23 17.84 -
YUV 82.18 146.53 234.15 -
System Red Green Blue C M Y K H S L
Decimal 231 0 115 0 1 0.50 0.09 330.13 1 0.45
Hex E7 0 73 0 64 32 9 14A 64 2D
Octal 347 0 163 0 144 62 11 512 144 55
Binary 11100111 0 1110011 0 1100100 110010 1001 101001010 1100100 101101

Color Harmonies of #E70073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70073

Black with #E70073

Text Example


Text Example

White with #E70073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70073; }

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

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

background-color css

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

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

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

border-color css

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

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

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