Html Css Color HEX #E00F50 Razzmatazz

📋 copy color: '#E00F50'

red 224 ◦ green 15 ◦ blue 80

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

Shades of Razzmatazz #E00F50

Tints of Razzmatazz #E00F50

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.7%

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

R = 70.22%
G = 4.7%
B = 25.08%

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

#E00F50 (or 0xE00F50) is known color: Razzmatazz. HEX triplet: E0, 0F and 50. RGB value is (224,15,80). Sum of RGB (Red+Green+Blue) = 224+15+80=319 (42% of max value = 765). Red value is 224 (87.89% from 255 or 70.22% from 319); Green value is 15 (6.25% from 255 or 4.70% from 319); Blue value is 80 (31.64% from 255 or 25.08% from 319); Max value from RGB is 224 - color contains mainly: red. Hex color #E00F50 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00F50 is #1FF0AF. Grayscale: #545454. Windows color (decimal): -2093232 or 5246944. OLE color: 5246944.

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

Color convert

RGB 224 15 80 -
CMYK 0 0.93 0.64 0.12
HSL 341.34º 0.87% 0.47% -
HSV(B) 341.34º 0.93% 0.88% -
XYZ 32.36 16.77 9.12 -
YUV 84.9 125.24 227.21 -
System Red Green Blue C M Y K H S L
Decimal 224 15 80 0 0.93 0.64 0.12 341.34 0.87 0.47
Hex E0 F 50 0 5D 40 C 155 57 2F
Octal 340 17 120 0 135 100 14 525 127 57
Binary 11100000 1111 1010000 0 1011101 1000000 1100 101010101 1010111 101111

Color Harmonies of #E00F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00F50

Black with #E00F50

Text Example


Text Example

White with #E00F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00F50; }

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

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

background-color css

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

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

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

border-color css

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

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

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