Html Css Color HEX #E70570 Razzmatazz

📋 copy color: '#E70570'

red 231 ◦ green 5 ◦ blue 112

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

Shades of Razzmatazz #E70570

Tints of Razzmatazz #E70570

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.44%

 BLUE value IS 112 (44.14% from 255) = 32.18%

R = 66.38%
G = 1.44%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E70570 (or 0xE70570) is known color: Razzmatazz. HEX triplet: E7, 05 and 70. RGB value is (231,5,112). Sum of RGB (Red+Green+Blue) = 231+5+112=348 (46% of max value = 765). Red value is 231 (90.62% from 255 or 66.38% from 348); Green value is 5 (2.34% from 255 or 1.44% from 348); Blue value is 112 (44.14% from 255 or 32.18% from 348); Max value from RGB is 231 - color contains mainly: red. Hex color #E70570 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70570 is #18FA8F. Grayscale: #545454. Windows color (decimal): -1637008 or 7341543. OLE color: 7341543.

HSL color Cylindrical-coordinate representation of color #E70570: hue angle of 331.59º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E70570 is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 5 112 -
CMYK 0 0.98 0.52 0.09
HSL 331.59º 0.96% 0.46% -
HSV(B) 331.59º 0.98% 0.91% -
XYZ 35.93 18.27 16.96 -
YUV 84.77 143.37 232.3 -
System Red Green Blue C M Y K H S L
Decimal 231 5 112 0 0.98 0.52 0.09 331.59 0.96 0.46
Hex E7 5 70 0 62 34 9 14C 60 2E
Octal 347 5 160 0 142 64 11 514 140 56
Binary 11100111 101 1110000 0 1100010 110100 1001 101001100 1100000 101110

Color Harmonies of #E70570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70570

Black with #E70570

Text Example


Text Example

White with #E70570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70570; }

 p { color: rgb(231,5,112); }

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

background-color css

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

 a { background-color: rgb(231,5,112); }

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

border-color css

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

 span { border-color: rgb(231,5,112); }

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