Html Css Color HEX #E70D5D Razzmatazz

📋 copy color: '#E70D5D'

red 231 ◦ green 13 ◦ blue 93

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

Shades of Razzmatazz #E70D5D

Tints of Razzmatazz #E70D5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.6%

R = 68.55%
G = 3.86%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.60

 K value IS 0.09

RGB Variations

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

Color information

#E70D5D (or 0xE70D5D) is known color: Razzmatazz. HEX triplet: E7, 0D and 5D. RGB value is (231,13,93). Sum of RGB (Red+Green+Blue) = 231+13+93=337 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.55% from 337); Green value is 13 (5.47% from 255 or 3.86% from 337); Blue value is 93 (36.72% from 255 or 27.60% from 337); Max value from RGB is 231 - color contains mainly: red. Hex color #E70D5D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70D5D is #18F2A2. Grayscale: #575757. Windows color (decimal): -1634979 or 6098407. OLE color: 6098407.

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

Color convert

RGB 231 13 93 -
CMYK 0 0.94 0.60 0.09
HSL 337.98º 0.89% 0.48% -
HSV(B) 337.98º 0.94% 0.91% -
XYZ 35.07 18.07 11.99 -
YUV 87.3 131.22 230.5 -
System Red Green Blue C M Y K H S L
Decimal 231 13 93 0 0.94 0.60 0.09 337.98 0.89 0.48
Hex E7 D 5D 0 5E 3C 9 152 59 30
Octal 347 15 135 0 136 74 11 522 131 60
Binary 11100111 1101 1011101 0 1011110 111100 1001 101010010 1011001 110000

Color Harmonies of #E70D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70D5D

Black with #E70D5D

Text Example


Text Example

White with #E70D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70D5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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