Html Css Color HEX #E70F5E Razzmatazz

📋 copy color: '#E70F5E'

red 231 ◦ green 15 ◦ blue 94

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

Shades of Razzmatazz #E70F5E

Tints of Razzmatazz #E70F5E

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.41%

 BLUE value IS 94 (37.11% from 255) = 27.65%

R = 67.94%
G = 4.41%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#E70F5E (or 0xE70F5E) is known color: Razzmatazz. HEX triplet: E7, 0F and 5E. RGB value is (231,15,94). Sum of RGB (Red+Green+Blue) = 231+15+94=340 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.94% from 340); Green value is 15 (6.25% from 255 or 4.41% from 340); Blue value is 94 (37.11% from 255 or 27.65% from 340); Max value from RGB is 231 - color contains mainly: red. Hex color #E70F5E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70F5E is #18F0A1. Grayscale: #585858. Windows color (decimal): -1634466 or 6164455. OLE color: 6164455.

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

Color convert

RGB 231 15 94 -
CMYK 0 0.94 0.59 0.09
HSL 338.06º 0.88% 0.48% -
HSV(B) 338.06º 0.94% 0.91% -
XYZ 35.15 18.14 12.24 -
YUV 88.59 131.06 229.58 -
System Red Green Blue C M Y K H S L
Decimal 231 15 94 0 0.94 0.59 0.09 338.06 0.88 0.48
Hex E7 F 5E 0 5E 3B 9 152 58 30
Octal 347 17 136 0 136 73 11 522 130 60
Binary 11100111 1111 1011110 0 1011110 111011 1001 101010010 1011000 110000

Color Harmonies of #E70F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70F5E

Black with #E70F5E

Text Example


Text Example

White with #E70F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70F5E; }

 p { color: rgb(231,15,94); }

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

background-color css

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

 a { background-color: rgb(231,15,94); }

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

border-color css

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

 span { border-color: rgb(231,15,94); }

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