Html Css Color HEX #E0014C Razzmatazz

📋 copy color: '#E0014C'

red 224 ◦ green 1 ◦ blue 76

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

Shades of Razzmatazz #E0014C

Tints of Razzmatazz #E0014C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

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

R = 74.42%
G = 0.33%
B = 25.25%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E0014C (or 0xE0014C) is known color: Razzmatazz. HEX triplet: E0, 01 and 4C. RGB value is (224,1,76). Sum of RGB (Red+Green+Blue) = 224+1+76=301 (39% of max value = 765). Red value is 224 (87.89% from 255 or 74.42% from 301); Green value is 1 (0.78% from 255 or 0.33% from 301); Blue value is 76 (30.08% from 255 or 25.25% from 301); Max value from RGB is 224 - color contains mainly: red. Hex color #E0014C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0014C is #1FFEB3. Grayscale: #4C4C4C. Windows color (decimal): -2096820 or 4981216. OLE color: 4981216.

HSL color Cylindrical-coordinate representation of color #E0014C: hue angle of 339.82º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E0014C is Cyan = 0, Magento = 1.00, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 1 76 -
CMYK 0 1.00 0.66 0.12
HSL 339.82º 0.99% 0.44% -
HSV(B) 339.82º 1% 0.88% -
XYZ 32.06 16.39 8.31 -
YUV 76.23 127.88 233.4 -
System Red Green Blue C M Y K H S L
Decimal 224 1 76 0 1.00 0.66 0.12 339.82 0.99 0.44
Hex E0 1 4C 0 64 42 C 154 63 2C
Octal 340 1 114 0 144 102 14 524 143 54
Binary 11100000 1 1001100 0 1100100 1000010 1100 101010100 1100011 101100

Color Harmonies of #E0014C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0014C

Black with #E0014C

Text Example


Text Example

White with #E0014C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0014C; }

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

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

background-color css

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

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

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

border-color css

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

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

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