Html Css Color HEX #E0094C Razzmatazz

📋 copy color: '#E0094C'

red 224 ◦ green 9 ◦ blue 76

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

Shades of Razzmatazz #E0094C

Tints of Razzmatazz #E0094C

RGB

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

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

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

R = 72.49%
G = 2.91%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E0094C (or 0xE0094C) is known color: Razzmatazz. HEX triplet: E0, 09 and 4C. RGB value is (224,9,76). Sum of RGB (Red+Green+Blue) = 224+9+76=309 (40% of max value = 765). Red value is 224 (87.89% from 255 or 72.49% from 309); Green value is 9 (3.91% from 255 or 2.91% from 309); Blue value is 76 (30.08% from 255 or 24.60% from 309); Max value from RGB is 224 - color contains mainly: red. Hex color #E0094C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0094C is #1FF6B3. Grayscale: #505050. Windows color (decimal): -2094772 or 4983264. OLE color: 4983264.

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

Color convert

RGB 224 9 76 -
CMYK 0 0.96 0.66 0.12
HSL 341.3º 0.92% 0.46% -
HSV(B) 341.3º 0.96% 0.88% -
XYZ 32.14 16.56 8.34 -
YUV 80.92 125.23 230.05 -
System Red Green Blue C M Y K H S L
Decimal 224 9 76 0 0.96 0.66 0.12 341.3 0.92 0.46
Hex E0 9 4C 0 60 42 C 155 5C 2E
Octal 340 11 114 0 140 102 14 525 134 56
Binary 11100000 1001 1001100 0 1100000 1000010 1100 101010101 1011100 101110

Color Harmonies of #E0094C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0094C

Black with #E0094C

Text Example


Text Example

White with #E0094C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0094C; }

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

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

background-color css

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

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

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

border-color css

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

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

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