Html Css Color HEX #E0074C Razzmatazz

📋 copy color: '#E0074C'

red 224 ◦ green 7 ◦ blue 76

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

Shades of Razzmatazz #E0074C

Tints of Razzmatazz #E0074C

RGB

 RED value IS 224 (87.89% from 255) = 72.96%

 GREEN value IS 7 (3.13% from 255) = 2.28%

 BLUE value IS 76 (30.08% from 255) = 24.76%

R = 72.96%
G = 2.28%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E0074C (or 0xE0074C) is known color: Razzmatazz. HEX triplet: E0, 07 and 4C. RGB value is (224,7,76). Sum of RGB (Red+Green+Blue) = 224+7+76=307 (40% of max value = 765). Red value is 224 (87.89% from 255 or 72.96% from 307); Green value is 7 (3.12% from 255 or 2.28% from 307); Blue value is 76 (30.08% from 255 or 24.76% from 307); Max value from RGB is 224 - color contains mainly: red. Hex color #E0074C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0074C is #1FF8B3. Grayscale: #4F4F4F. Windows color (decimal): -2095284 or 4982752. OLE color: 4982752.

HSL color Cylindrical-coordinate representation of color #E0074C: hue angle of 340.92º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E0074C is Cyan = 0, Magento = 0.97, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 7 76 -
CMYK 0 0.97 0.66 0.12
HSL 340.92º 0.94% 0.45% -
HSV(B) 340.92º 0.97% 0.88% -
XYZ 32.12 16.52 8.33 -
YUV 79.75 125.89 230.89 -
System Red Green Blue C M Y K H S L
Decimal 224 7 76 0 0.97 0.66 0.12 340.92 0.94 0.45
Hex E0 7 4C 0 61 42 C 155 5E 2D
Octal 340 7 114 0 141 102 14 525 136 55
Binary 11100000 111 1001100 0 1100001 1000010 1100 101010101 1011110 101101

Color Harmonies of #E0074C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0074C

Black with #E0074C

Text Example


Text Example

White with #E0074C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0074C; }

 p { color: rgb(224,7,76); }

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

background-color css

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

 a { background-color: rgb(224,7,76); }

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

border-color css

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

 span { border-color: rgb(224,7,76); }

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