Html Css Color HEX #E1014D Razzmatazz

📋 copy color: '#E1014D'

red 225 ◦ green 1 ◦ blue 77

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

Shades of Razzmatazz #E1014D

Tints of Razzmatazz #E1014D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 25.41%

R = 74.26%
G = 0.33%
B = 25.41%

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

#E1014D (or 0xE1014D) is known color: Razzmatazz. HEX triplet: E1, 01 and 4D. RGB value is (225,1,77). Sum of RGB (Red+Green+Blue) = 225+1+77=303 (40% of max value = 765). Red value is 225 (88.28% from 255 or 74.26% from 303); Green value is 1 (0.78% from 255 or 0.33% from 303); Blue value is 77 (30.47% from 255 or 25.41% from 303); Max value from RGB is 225 - color contains mainly: red. Hex color #E1014D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1014D is #1EFEB2. Grayscale: #4C4C4C. Windows color (decimal): -2031283 or 5046753. OLE color: 5046753.

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

Color convert

RGB 225 1 77 -
CMYK 0 1.00 0.66 0.12
HSL 339.64º 0.99% 0.44% -
HSV(B) 339.64º 1% 0.88% -
XYZ 32.4 16.57 8.51 -
YUV 76.64 128.21 233.82 -
System Red Green Blue C M Y K H S L
Decimal 225 1 77 0 1.00 0.66 0.12 339.64 0.99 0.44
Hex E1 1 4D 0 64 42 C 154 63 2C
Octal 341 1 115 0 144 102 14 524 143 54
Binary 11100001 1 1001101 0 1100100 1000010 1100 101010100 1100011 101100

Color Harmonies of #E1014D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1014D

Black with #E1014D

Text Example


Text Example

White with #E1014D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1014D; }

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

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

background-color css

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

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

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

border-color css

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

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

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