Html Css Color HEX #E0015A Razzmatazz

📋 copy color: '#E0015A'

red 224 ◦ green 1 ◦ blue 90

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

Shades of Razzmatazz #E0015A

Tints of Razzmatazz #E0015A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 28.57%

R = 71.11%
G = 0.32%
B = 28.57%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#E0015A (or 0xE0015A) is known color: Razzmatazz. HEX triplet: E0, 01 and 5A. RGB value is (224,1,90). Sum of RGB (Red+Green+Blue) = 224+1+90=315 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.11% from 315); Green value is 1 (0.78% from 255 or 0.32% from 315); Blue value is 90 (35.55% from 255 or 28.57% from 315); Max value from RGB is 224 - color contains mainly: red. Hex color #E0015A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0015A is #1FFEA5. Grayscale: #4D4D4D. Windows color (decimal): -2096806 or 5898720. OLE color: 5898720.

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

Color convert

RGB 224 1 90 -
CMYK 0 1.00 0.60 0.12
HSL 336.05º 0.99% 0.44% -
HSV(B) 336.05º 1% 0.88% -
XYZ 32.6 16.61 11.16 -
YUV 77.82 134.88 232.26 -
System Red Green Blue C M Y K H S L
Decimal 224 1 90 0 1.00 0.60 0.12 336.05 0.99 0.44
Hex E0 1 5A 0 64 3C C 150 63 2C
Octal 340 1 132 0 144 74 14 520 143 54
Binary 11100000 1 1011010 0 1100100 111100 1100 101010000 1100011 101100

Color Harmonies of #E0015A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0015A

Black with #E0015A

Text Example


Text Example

White with #E0015A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0015A; }

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

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

background-color css

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

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

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

border-color css

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

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

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