Html Css Color HEX #E0074B Razzmatazz

📋 copy color: '#E0074B'

red 224 ◦ green 7 ◦ blue 75

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

Shades of Razzmatazz #E0074B

Tints of Razzmatazz #E0074B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 24.51%

R = 73.2%
G = 2.29%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E0074B (or 0xE0074B) is known color: Razzmatazz. HEX triplet: E0, 07 and 4B. RGB value is (224,7,75). Sum of RGB (Red+Green+Blue) = 224+7+75=306 (40% of max value = 765). Red value is 224 (87.89% from 255 or 73.20% from 306); Green value is 7 (3.12% from 255 or 2.29% from 306); Blue value is 75 (29.69% from 255 or 24.51% from 306); Max value from RGB is 224 - color contains mainly: red. Hex color #E0074B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0074B is #1FF8B4. Grayscale: #4F4F4F. Windows color (decimal): -2095285 or 4917216. OLE color: 4917216.

HSL color Cylindrical-coordinate representation of color #E0074B: hue angle of 341.2º 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 #E0074B is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 7 75 -
CMYK 0 0.97 0.67 0.12
HSL 341.2º 0.94% 0.45% -
HSV(B) 341.2º 0.97% 0.88% -
XYZ 32.09 16.51 8.15 -
YUV 79.64 125.39 230.97 -
System Red Green Blue C M Y K H S L
Decimal 224 7 75 0 0.97 0.67 0.12 341.2 0.94 0.45
Hex E0 7 4B 0 61 43 C 155 5E 2D
Octal 340 7 113 0 141 103 14 525 136 55
Binary 11100000 111 1001011 0 1100001 1000011 1100 101010101 1011110 101101

Color Harmonies of #E0074B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0074B

Black with #E0074B

Text Example


Text Example

White with #E0074B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0074B; }

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

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

background-color css

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

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

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

border-color css

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

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

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