Html Css Color HEX #E70D4D Razzmatazz

📋 copy color: '#E70D4D'

red 231 ◦ green 13 ◦ blue 77

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

Shades of Razzmatazz #E70D4D

Tints of Razzmatazz #E70D4D

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.05%

 BLUE value IS 77 (30.47% from 255) = 23.99%

R = 71.96%
G = 4.05%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#E70D4D (or 0xE70D4D) is known color: Razzmatazz. HEX triplet: E7, 0D and 4D. RGB value is (231,13,77). Sum of RGB (Red+Green+Blue) = 231+13+77=321 (42% of max value = 765). Red value is 231 (90.62% from 255 or 71.96% from 321); Green value is 13 (5.47% from 255 or 4.05% from 321); Blue value is 77 (30.47% from 255 or 23.99% from 321); Max value from RGB is 231 - color contains mainly: red. Hex color #E70D4D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70D4D is #18F2B2. Grayscale: #555555. Windows color (decimal): -1634995 or 5049831. OLE color: 5049831.

HSL color Cylindrical-coordinate representation of color #E70D4D: hue angle of 342.39º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E70D4D is Cyan = 0, Magento = 0.94, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 13 77 -
CMYK 0 0.94 0.67 0.09
HSL 342.39º 0.89% 0.48% -
HSV(B) 342.39º 0.94% 0.91% -
XYZ 34.44 17.81 8.64 -
YUV 85.48 123.22 231.8 -
System Red Green Blue C M Y K H S L
Decimal 231 13 77 0 0.94 0.67 0.09 342.39 0.89 0.48
Hex E7 D 4D 0 5E 43 9 156 59 30
Octal 347 15 115 0 136 103 11 526 131 60
Binary 11100111 1101 1001101 0 1011110 1000011 1001 101010110 1011001 110000

Color Harmonies of #E70D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70D4D

Black with #E70D4D

Text Example


Text Example

White with #E70D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70D4D; }

 p { color: rgb(231,13,77); }

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

background-color css

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

 a { background-color: rgb(231,13,77); }

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

border-color css

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

 span { border-color: rgb(231,13,77); }

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