Html Css Color HEX #E01050 Razzmatazz

📋 copy color: '#E01050'

red 224 ◦ green 16 ◦ blue 80

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

Shades of Razzmatazz #E01050

Tints of Razzmatazz #E01050

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5%

 BLUE value IS 80 (31.64% from 255) = 25%

R = 70%
G = 5%
B = 25%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E01050 (or 0xE01050) is known color: Razzmatazz. HEX triplet: E0, 10 and 50. RGB value is (224,16,80). Sum of RGB (Red+Green+Blue) = 224+16+80=320 (42% of max value = 765). Red value is 224 (87.89% from 255 or 70% from 320); Green value is 16 (6.64% from 255 or 5% from 320); Blue value is 80 (31.64% from 255 or 25% from 320); Max value from RGB is 224 - color contains mainly: red. Hex color #E01050 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01050 is #1FEFAF. Grayscale: #555555. Windows color (decimal): -2092976 or 5247200. OLE color: 5247200.

HSL color Cylindrical-coordinate representation of color #E01050: hue angle of 341.54º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E01050 is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 16 80 -
CMYK 0 0.93 0.64 0.12
HSL 341.54º 0.87% 0.47% -
HSV(B) 341.54º 0.93% 0.88% -
XYZ 32.37 16.8 9.13 -
YUV 85.49 124.91 226.8 -
System Red Green Blue C M Y K H S L
Decimal 224 16 80 0 0.93 0.64 0.12 341.54 0.87 0.47
Hex E0 10 50 0 5D 40 C 156 57 2F
Octal 340 20 120 0 135 100 14 526 127 57
Binary 11100000 10000 1010000 0 1011101 1000000 1100 101010110 1010111 101111

Color Harmonies of #E01050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01050

Black with #E01050

Text Example


Text Example

White with #E01050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01050; }

 p { color: rgb(224,16,80); }

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

background-color css

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

 a { background-color: rgb(224,16,80); }

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

border-color css

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

 span { border-color: rgb(224,16,80); }

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