Html Css Color HEX #E70249 Razzmatazz

📋 copy color: '#E70249'

red 231 ◦ green 2 ◦ blue 73

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

Shades of Razzmatazz #E70249

Tints of Razzmatazz #E70249

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.65%

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

R = 75.49%
G = 0.65%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E70249 (or 0xE70249) is known color: Razzmatazz. HEX triplet: E7, 02 and 49. RGB value is (231,2,73). Sum of RGB (Red+Green+Blue) = 231+2+73=306 (40% of max value = 765). Red value is 231 (90.62% from 255 or 75.49% from 306); Green value is 2 (1.17% from 255 or 0.65% from 306); Blue value is 73 (28.91% from 255 or 23.86% from 306); Max value from RGB is 231 - color contains mainly: red. Hex color #E70249 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70249 is #18FDB6. Grayscale: #4E4E4E. Windows color (decimal): -1637815 or 4784871. OLE color: 4784871.

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

Color convert

RGB 231 2 73 -
CMYK 0 0.99 0.68 0.09
HSL 341.4º 0.98% 0.46% -
HSV(B) 341.4º 0.99% 0.91% -
XYZ 34.18 17.51 7.88 -
YUV 78.57 124.87 236.73 -
System Red Green Blue C M Y K H S L
Decimal 231 2 73 0 0.99 0.68 0.09 341.4 0.98 0.46
Hex E7 2 49 0 63 44 9 155 62 2E
Octal 347 2 111 0 143 104 11 525 142 56
Binary 11100111 10 1001001 0 1100011 1000100 1001 101010101 1100010 101110

Color Harmonies of #E70249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70249

Black with #E70249

Text Example


Text Example

White with #E70249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70249; }

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

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

background-color css

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

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

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

border-color css

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

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

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