Html Css Color HEX #E7005E Razzmatazz

📋 copy color: '#E7005E'

red 231 ◦ green 0 ◦ blue 94

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

Shades of Razzmatazz #E7005E

Tints of Razzmatazz #E7005E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 71.08%
G = 0%
B = 28.92%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#E7005E (or 0xE7005E) is known color: Razzmatazz. HEX triplet: E7, 00 and 5E. RGB value is (231,0,94). Sum of RGB (Red+Green+Blue) = 231+0+94=325 (43% of max value = 765). Red value is 231 (90.62% from 255 or 71.08% from 325); Green value is 0 (0.39% from 255 or 0% from 325); Blue value is 94 (37.11% from 255 or 28.92% from 325); Max value from RGB is 231 - color contains mainly: red. Hex color #E7005E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7005E is #18FFA1. Grayscale: #4F4F4F. Windows color (decimal): -1638306 or 6160615. OLE color: 6160615.

HSL color Cylindrical-coordinate representation of color #E7005E: hue angle of 335.58º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E7005E is Cyan = 0, Magento = 1, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 0 94 -
CMYK 0 1 0.59 0.09
HSL 335.58º 1% 0.45% -
HSV(B) 335.58º 1% 0.91% -
XYZ 34.98 17.8 12.18 -
YUV 79.79 136.03 235.86 -
System Red Green Blue C M Y K H S L
Decimal 231 0 94 0 1 0.59 0.09 335.58 1 0.45
Hex E7 0 5E 0 64 3B 9 150 64 2D
Octal 347 0 136 0 144 73 11 520 144 55
Binary 11100111 0 1011110 0 1100100 111011 1001 101010000 1100100 101101

Color Harmonies of #E7005E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7005E

Black with #E7005E

Text Example


Text Example

White with #E7005E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7005E; }

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

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

background-color css

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

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

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

border-color css

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

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

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