Html Css Color HEX #E0015E Razzmatazz

📋 copy color: '#E0015E'

red 224 ◦ green 1 ◦ blue 94

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

Shades of Razzmatazz #E0015E

Tints of Razzmatazz #E0015E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 29.47%

R = 70.22%
G = 0.31%
B = 29.47%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E0015E (or 0xE0015E) is known color: Razzmatazz. HEX triplet: E0, 01 and 5E. RGB value is (224,1,94). Sum of RGB (Red+Green+Blue) = 224+1+94=319 (42% of max value = 765). Red value is 224 (87.89% from 255 or 70.22% from 319); Green value is 1 (0.78% from 255 or 0.31% from 319); Blue value is 94 (37.11% from 255 or 29.47% from 319); Max value from RGB is 224 - color contains mainly: red. Hex color #E0015E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0015E is #1FFEA1. Grayscale: #4E4E4E. Windows color (decimal): -2096802 or 6160864. OLE color: 6160864.

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

Color convert

RGB 224 1 94 -
CMYK 0 1.00 0.58 0.12
HSL 334.98º 0.99% 0.44% -
HSV(B) 334.98º 1% 0.88% -
XYZ 32.77 16.68 12.08 -
YUV 78.28 136.88 231.94 -
System Red Green Blue C M Y K H S L
Decimal 224 1 94 0 1.00 0.58 0.12 334.98 0.99 0.44
Hex E0 1 5E 0 64 3A C 14F 63 2C
Octal 340 1 136 0 144 72 14 517 143 54
Binary 11100000 1 1011110 0 1100100 111010 1100 101001111 1100011 101100

Color Harmonies of #E0015E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0015E

Black with #E0015E

Text Example


Text Example

White with #E0015E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0015E; }

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

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

background-color css

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

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

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

border-color css

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

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

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