Html Css Color HEX #E0015C Razzmatazz

📋 copy color: '#E0015C'

red 224 ◦ green 1 ◦ blue 92

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

Shades of Razzmatazz #E0015C

Tints of Razzmatazz #E0015C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 29.02%

R = 70.66%
G = 0.32%
B = 29.02%

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

#E0015C (or 0xE0015C) is known color: Razzmatazz. HEX triplet: E0, 01 and 5C. RGB value is (224,1,92). Sum of RGB (Red+Green+Blue) = 224+1+92=317 (41% of max value = 765). Red value is 224 (87.89% from 255 or 70.66% from 317); Green value is 1 (0.78% from 255 or 0.32% from 317); Blue value is 92 (36.33% from 255 or 29.02% from 317); Max value from RGB is 224 - color contains mainly: red. Hex color #E0015C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0015C is #1FFEA3. Grayscale: #4D4D4D. Windows color (decimal): -2096804 or 6029792. OLE color: 6029792.

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

Color convert

RGB 224 1 92 -
CMYK 0 1.00 0.59 0.12
HSL 335.52º 0.99% 0.44% -
HSV(B) 335.52º 1% 0.88% -
XYZ 32.68 16.64 11.61 -
YUV 78.05 135.88 232.1 -
System Red Green Blue C M Y K H S L
Decimal 224 1 92 0 1.00 0.59 0.12 335.52 0.99 0.44
Hex E0 1 5C 0 64 3B C 150 63 2C
Octal 340 1 134 0 144 73 14 520 143 54
Binary 11100000 1 1011100 0 1100100 111011 1100 101010000 1100011 101100

Color Harmonies of #E0015C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0015C

Black with #E0015C

Text Example


Text Example

White with #E0015C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0015C; }

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

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

background-color css

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

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

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

border-color css

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

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

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