Html Css Color HEX #E70649 Razzmatazz

📋 copy color: '#E70649'

red 231 ◦ green 6 ◦ blue 73

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

Shades of Razzmatazz #E70649

Tints of Razzmatazz #E70649

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 23.55%

R = 74.52%
G = 1.94%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E70649 (or 0xE70649) is known color: Razzmatazz. HEX triplet: E7, 06 and 49. RGB value is (231,6,73). Sum of RGB (Red+Green+Blue) = 231+6+73=310 (41% of max value = 765). Red value is 231 (90.62% from 255 or 74.52% from 310); Green value is 6 (2.73% from 255 or 1.94% from 310); Blue value is 73 (28.91% from 255 or 23.55% from 310); Max value from RGB is 231 - color contains mainly: red. Hex color #E70649 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70649 is #18F9B6. Grayscale: #505050. Windows color (decimal): -1636791 or 4785895. OLE color: 4785895.

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

Color convert

RGB 231 6 73 -
CMYK 0 0.97 0.68 0.09
HSL 342.13º 0.95% 0.46% -
HSV(B) 342.13º 0.97% 0.91% -
XYZ 34.22 17.6 7.9 -
YUV 80.91 123.54 235.05 -
System Red Green Blue C M Y K H S L
Decimal 231 6 73 0 0.97 0.68 0.09 342.13 0.95 0.46
Hex E7 6 49 0 61 44 9 156 5F 2E
Octal 347 6 111 0 141 104 11 526 137 56
Binary 11100111 110 1001001 0 1100001 1000100 1001 101010110 1011111 101110

Color Harmonies of #E70649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70649

Black with #E70649

Text Example


Text Example

White with #E70649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70649; }

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

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

background-color css

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

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

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

border-color css

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

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

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