Html Css Color HEX #E7005A Razzmatazz

📋 copy color: '#E7005A'

red 231 ◦ green 0 ◦ blue 90

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

Shades of Razzmatazz #E7005A

Tints of Razzmatazz #E7005A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 28.04%

R = 71.96%
G = 0%
B = 28.04%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#E7005A (or 0xE7005A) is known color: Razzmatazz. HEX triplet: E7, 00 and 5A. RGB value is (231,0,90). Sum of RGB (Red+Green+Blue) = 231+0+90=321 (42% of max value = 765). Red value is 231 (90.62% from 255 or 71.96% from 321); Green value is 0 (0.39% from 255 or 0% from 321); Blue value is 90 (35.55% from 255 or 28.04% from 321); Max value from RGB is 231 - color contains mainly: red. Hex color #E7005A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7005A is #18FFA5. Grayscale: #4F4F4F. Windows color (decimal): -1638310 or 5898471. OLE color: 5898471.

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

Color convert

RGB 231 0 90 -
CMYK 0 1 0.61 0.09
HSL 336.62º 1% 0.45% -
HSV(B) 336.62º 1% 0.91% -
XYZ 34.8 17.73 11.26 -
YUV 79.33 134.03 236.18 -
System Red Green Blue C M Y K H S L
Decimal 231 0 90 0 1 0.61 0.09 336.62 1 0.45
Hex E7 0 5A 0 64 3D 9 151 64 2D
Octal 347 0 132 0 144 75 11 521 144 55
Binary 11100111 0 1011010 0 1100100 111101 1001 101010001 1100100 101101

Color Harmonies of #E7005A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7005A

Black with #E7005A

Text Example


Text Example

White with #E7005A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7005A; }

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

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

background-color css

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

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

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

border-color css

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

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

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