Html Css Color HEX #E1014A Razzmatazz

📋 copy color: '#E1014A'

red 225 ◦ green 1 ◦ blue 74

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

Shades of Razzmatazz #E1014A

Tints of Razzmatazz #E1014A

RGB

 RED value IS 225 (88.28% from 255) = 75%

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

 BLUE value IS 74 (29.3% from 255) = 24.67%

R = 75%
G = 0.33%
B = 24.67%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E1014A (or 0xE1014A) is known color: Razzmatazz. HEX triplet: E1, 01 and 4A. RGB value is (225,1,74). Sum of RGB (Red+Green+Blue) = 225+1+74=300 (39% of max value = 765). Red value is 225 (88.28% from 255 or 75% from 300); Green value is 1 (0.78% from 255 or 0.33% from 300); Blue value is 74 (29.30% from 255 or 24.67% from 300); Max value from RGB is 225 - color contains mainly: red. Hex color #E1014A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1014A is #1EFEB5. Grayscale: #4C4C4C. Windows color (decimal): -2031286 or 4850145. OLE color: 4850145.

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

Color convert

RGB 225 1 74 -
CMYK 0 1.00 0.67 0.12
HSL 340.45º 0.99% 0.44% -
HSV(B) 340.45º 1% 0.88% -
XYZ 32.3 16.52 7.97 -
YUV 76.3 126.71 234.06 -
System Red Green Blue C M Y K H S L
Decimal 225 1 74 0 1.00 0.67 0.12 340.45 0.99 0.44
Hex E1 1 4A 0 64 43 C 154 63 2C
Octal 341 1 112 0 144 103 14 524 143 54
Binary 11100001 1 1001010 0 1100100 1000011 1100 101010100 1100011 101100

Color Harmonies of #E1014A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1014A

Black with #E1014A

Text Example


Text Example

White with #E1014A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1014A; }

 p { color: rgb(225,1,74); }

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

background-color css

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

 a { background-color: rgb(225,1,74); }

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

border-color css

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

 span { border-color: rgb(225,1,74); }

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