Html Css Color HEX #E70173 Razzmatazz

📋 copy color: '#E70173'

red 231 ◦ green 1 ◦ blue 115

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

Shades of Razzmatazz #E70173

Tints of Razzmatazz #E70173

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

 BLUE value IS 115 (45.31% from 255) = 33.14%

R = 66.57%
G = 0.29%
B = 33.14%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E70173 (or 0xE70173) is known color: Razzmatazz. HEX triplet: E7, 01 and 73. RGB value is (231,1,115). Sum of RGB (Red+Green+Blue) = 231+1+115=347 (45% of max value = 765). Red value is 231 (90.62% from 255 or 66.57% from 347); Green value is 1 (0.78% from 255 or 0.29% from 347); Blue value is 115 (45.31% from 255 or 33.14% from 347); Max value from RGB is 231 - color contains mainly: red. Hex color #E70173 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70173 is #18FE8C. Grayscale: #525252. Windows color (decimal): -1638029 or 7537127. OLE color: 7537127.

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

Color convert

RGB 231 1 115 -
CMYK 0 1.00 0.50 0.09
HSL 330.26º 0.99% 0.45% -
HSV(B) 330.26º 1% 0.91% -
XYZ 36.06 18.25 17.84 -
YUV 82.77 146.2 233.73 -
System Red Green Blue C M Y K H S L
Decimal 231 1 115 0 1.00 0.50 0.09 330.26 0.99 0.45
Hex E7 1 73 0 64 32 9 14A 63 2D
Octal 347 1 163 0 144 62 11 512 143 55
Binary 11100111 1 1110011 0 1100100 110010 1001 101001010 1100011 101101

Color Harmonies of #E70173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70173

Black with #E70173

Text Example


Text Example

White with #E70173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70173; }

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

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

background-color css

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

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

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

border-color css

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

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

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