Html Css Color HEX #E2014F Razzmatazz

📋 copy color: '#E2014F'

red 226 ◦ green 1 ◦ blue 79

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

Shades of Razzmatazz #E2014F

Tints of Razzmatazz #E2014F

RGB

 RED value IS 226 (88.67% from 255) = 73.86%

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

 BLUE value IS 79 (31.25% from 255) = 25.82%

R = 73.86%
G = 0.33%
B = 25.82%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#E2014F (or 0xE2014F) is known color: Razzmatazz. HEX triplet: E2, 01 and 4F. RGB value is (226,1,79). Sum of RGB (Red+Green+Blue) = 226+1+79=306 (40% of max value = 765). Red value is 226 (88.67% from 255 or 73.86% from 306); Green value is 1 (0.78% from 255 or 0.33% from 306); Blue value is 79 (31.25% from 255 or 25.82% from 306); Max value from RGB is 226 - color contains mainly: red. Hex color #E2014F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2014F is #1DFEB0. Grayscale: #4D4D4D. Windows color (decimal): -1965745 or 5177826. OLE color: 5177826.

HSL color Cylindrical-coordinate representation of color #E2014F: hue angle of 339.2º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E2014F is Cyan = 0, Magento = 1.00, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 1 79 -
CMYK 0 1.00 0.65 0.11
HSL 339.2º 0.99% 0.45% -
HSV(B) 339.2º 1% 0.89% -
XYZ 32.79 16.75 8.9 -
YUV 77.17 129.04 234.16 -
System Red Green Blue C M Y K H S L
Decimal 226 1 79 0 1.00 0.65 0.11 339.2 0.99 0.45
Hex E2 1 4F 0 64 41 B 153 63 2D
Octal 342 1 117 0 144 101 13 523 143 55
Binary 11100010 1 1001111 0 1100100 1000001 1011 101010011 1100011 101101

Color Harmonies of #E2014F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2014F

Black with #E2014F

Text Example


Text Example

White with #E2014F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2014F; }

 p { color: rgb(226,1,79); }

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

background-color css

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

 a { background-color: rgb(226,1,79); }

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

border-color css

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

 span { border-color: rgb(226,1,79); }

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