Html Css Color HEX #E0094B Razzmatazz

📋 copy color: '#E0094B'

red 224 ◦ green 9 ◦ blue 75

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

Shades of Razzmatazz #E0094B

Tints of Razzmatazz #E0094B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.92%

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

R = 72.73%
G = 2.92%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E0094B (or 0xE0094B) is known color: Razzmatazz. HEX triplet: E0, 09 and 4B. RGB value is (224,9,75). Sum of RGB (Red+Green+Blue) = 224+9+75=308 (40% of max value = 765). Red value is 224 (87.89% from 255 or 72.73% from 308); Green value is 9 (3.91% from 255 or 2.92% from 308); Blue value is 75 (29.69% from 255 or 24.35% from 308); Max value from RGB is 224 - color contains mainly: red. Hex color #E0094B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0094B is #1FF6B4. Grayscale: #505050. Windows color (decimal): -2094773 or 4917728. OLE color: 4917728.

HSL color Cylindrical-coordinate representation of color #E0094B: hue angle of 341.58º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E0094B is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 9 75 -
CMYK 0 0.96 0.67 0.12
HSL 341.58º 0.92% 0.46% -
HSV(B) 341.58º 0.96% 0.88% -
XYZ 32.11 16.55 8.16 -
YUV 80.81 124.73 230.13 -
System Red Green Blue C M Y K H S L
Decimal 224 9 75 0 0.96 0.67 0.12 341.58 0.92 0.46
Hex E0 9 4B 0 60 43 C 156 5C 2E
Octal 340 11 113 0 140 103 14 526 134 56
Binary 11100000 1001 1001011 0 1100000 1000011 1100 101010110 1011100 101110

Color Harmonies of #E0094B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0094B

Black with #E0094B

Text Example


Text Example

White with #E0094B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0094B; }

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

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

background-color css

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

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

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

border-color css

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

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

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