Html Css Color HEX #E70670 Razzmatazz

📋 copy color: '#E70670'

red 231 ◦ green 6 ◦ blue 112

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

Shades of Razzmatazz #E70670

Tints of Razzmatazz #E70670

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.72%

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

R = 66.19%
G = 1.72%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E70670 (or 0xE70670) is known color: Razzmatazz. HEX triplet: E7, 06 and 70. RGB value is (231,6,112). Sum of RGB (Red+Green+Blue) = 231+6+112=349 (46% of max value = 765). Red value is 231 (90.62% from 255 or 66.19% from 349); Green value is 6 (2.73% from 255 or 1.72% from 349); Blue value is 112 (44.14% from 255 or 32.09% from 349); Max value from RGB is 231 - color contains mainly: red. Hex color #E70670 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70670 is #18F98F. Grayscale: #555555. Windows color (decimal): -1636752 or 7341799. OLE color: 7341799.

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

Color convert

RGB 231 6 112 -
CMYK 0 0.97 0.52 0.09
HSL 331.73º 0.95% 0.46% -
HSV(B) 331.73º 0.97% 0.91% -
XYZ 35.94 18.29 16.96 -
YUV 85.36 143.04 231.88 -
System Red Green Blue C M Y K H S L
Decimal 231 6 112 0 0.97 0.52 0.09 331.73 0.95 0.46
Hex E7 6 70 0 61 34 9 14C 5F 2E
Octal 347 6 160 0 141 64 11 514 137 56
Binary 11100111 110 1110000 0 1100001 110100 1001 101001100 1011111 101110

Color Harmonies of #E70670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70670

Black with #E70670

Text Example


Text Example

White with #E70670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70670; }

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

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

background-color css

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

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

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

border-color css

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

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

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