Html Css Color HEX #E1015D Razzmatazz

📋 copy color: '#E1015D'

red 225 ◦ green 1 ◦ blue 93

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

Shades of Razzmatazz #E1015D

Tints of Razzmatazz #E1015D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 29.15%

R = 70.53%
G = 0.31%
B = 29.15%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#E1015D (or 0xE1015D) is known color: Razzmatazz. HEX triplet: E1, 01 and 5D. RGB value is (225,1,93). Sum of RGB (Red+Green+Blue) = 225+1+93=319 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.53% from 319); Green value is 1 (0.78% from 255 or 0.31% from 319); Blue value is 93 (36.72% from 255 or 29.15% from 319); Max value from RGB is 225 - color contains mainly: red. Hex color #E1015D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1015D is #1EFEA2. Grayscale: #4E4E4E. Windows color (decimal): -2031267 or 6095329. OLE color: 6095329.

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

Color convert

RGB 225 1 93 -
CMYK 0 1.00 0.59 0.12
HSL 335.36º 0.99% 0.44% -
HSV(B) 335.36º 1% 0.88% -
XYZ 33.04 16.82 11.86 -
YUV 78.46 136.21 232.52 -
System Red Green Blue C M Y K H S L
Decimal 225 1 93 0 1.00 0.59 0.12 335.36 0.99 0.44
Hex E1 1 5D 0 64 3B C 14F 63 2C
Octal 341 1 135 0 144 73 14 517 143 54
Binary 11100001 1 1011101 0 1100100 111011 1100 101001111 1100011 101100

Color Harmonies of #E1015D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1015D

Black with #E1015D

Text Example


Text Example

White with #E1015D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1015D; }

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

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

background-color css

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

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

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

border-color css

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

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

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