Html Css Color HEX #E7004A Razzmatazz

📋 copy color: '#E7004A'

red 231 ◦ green 0 ◦ blue 74

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

Shades of Razzmatazz #E7004A

Tints of Razzmatazz #E7004A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 24.26%

R = 75.74%
G = 0%
B = 24.26%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E7004A (or 0xE7004A) is known color: Razzmatazz. HEX triplet: E7, 00 and 4A. RGB value is (231,0,74). Sum of RGB (Red+Green+Blue) = 231+0+74=305 (40% of max value = 765). Red value is 231 (90.62% from 255 or 75.74% from 305); Green value is 0 (0.39% from 255 or 0% from 305); Blue value is 74 (29.30% from 255 or 24.26% from 305); Max value from RGB is 231 - color contains mainly: red. Hex color #E7004A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7004A is #18FFB5. Grayscale: #4D4D4D. Windows color (decimal): -1638326 or 4849895. OLE color: 4849895.

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

Color convert

RGB 231 0 74 -
CMYK 0 1 0.68 0.09
HSL 340.78º 1% 0.45% -
HSV(B) 340.78º 1% 0.91% -
XYZ 34.19 17.48 8.05 -
YUV 77.51 126.03 237.48 -
System Red Green Blue C M Y K H S L
Decimal 231 0 74 0 1 0.68 0.09 340.78 1 0.45
Hex E7 0 4A 0 64 44 9 155 64 2D
Octal 347 0 112 0 144 104 11 525 144 55
Binary 11100111 0 1001010 0 1100100 1000100 1001 101010101 1100100 101101

Color Harmonies of #E7004A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7004A

Black with #E7004A

Text Example


Text Example

White with #E7004A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7004A; }

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

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

background-color css

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

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

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

border-color css

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

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

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