Html Css Color HEX #E01250 Razzmatazz

📋 copy color: '#E01250'

red 224 ◦ green 18 ◦ blue 80

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

Shades of Razzmatazz #E01250

Tints of Razzmatazz #E01250

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.59%

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

R = 69.57%
G = 5.59%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E01250 (or 0xE01250) is known color: Razzmatazz. HEX triplet: E0, 12 and 50. RGB value is (224,18,80). Sum of RGB (Red+Green+Blue) = 224+18+80=322 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.57% from 322); Green value is 18 (7.42% from 255 or 5.59% from 322); Blue value is 80 (31.64% from 255 or 24.84% from 322); Max value from RGB is 224 - color contains mainly: red. Hex color #E01250 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01250 is #1FEDAF. Grayscale: #565656. Windows color (decimal): -2092464 or 5247712. OLE color: 5247712.

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

Color convert

RGB 224 18 80 -
CMYK 0 0.92 0.64 0.12
HSL 341.94º 0.85% 0.47% -
HSV(B) 341.94º 0.92% 0.88% -
XYZ 32.4 16.86 9.14 -
YUV 86.66 124.25 225.96 -
System Red Green Blue C M Y K H S L
Decimal 224 18 80 0 0.92 0.64 0.12 341.94 0.85 0.47
Hex E0 12 50 0 5C 40 C 156 55 2F
Octal 340 22 120 0 134 100 14 526 125 57
Binary 11100000 10010 1010000 0 1011100 1000000 1100 101010110 1010101 101111

Color Harmonies of #E01250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01250

Black with #E01250

Text Example


Text Example

White with #E01250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01250; }

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

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

background-color css

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

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

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

border-color css

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

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

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