Html Css Color HEX #E00550 Razzmatazz

📋 copy color: '#E00550'

red 224 ◦ green 5 ◦ blue 80

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

Shades of Razzmatazz #E00550

Tints of Razzmatazz #E00550

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.62%

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

R = 72.49%
G = 1.62%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E00550 (or 0xE00550) is known color: Razzmatazz. HEX triplet: E0, 05 and 50. RGB value is (224,5,80). Sum of RGB (Red+Green+Blue) = 224+5+80=309 (40% of max value = 765). Red value is 224 (87.89% from 255 or 72.49% from 309); Green value is 5 (2.34% from 255 or 1.62% from 309); Blue value is 80 (31.64% from 255 or 25.89% from 309); Max value from RGB is 224 - color contains mainly: red. Hex color #E00550 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00550 is #1FFAAF. Grayscale: #4E4E4E. Windows color (decimal): -2095792 or 5244384. OLE color: 5244384.

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

Color convert

RGB 224 5 80 -
CMYK 0 0.98 0.64 0.12
HSL 339.45º 0.96% 0.45% -
HSV(B) 339.45º 0.98% 0.88% -
XYZ 32.24 16.54 9.08 -
YUV 79.03 128.55 231.4 -
System Red Green Blue C M Y K H S L
Decimal 224 5 80 0 0.98 0.64 0.12 339.45 0.96 0.45
Hex E0 5 50 0 62 40 C 153 60 2D
Octal 340 5 120 0 142 100 14 523 140 55
Binary 11100000 101 1010000 0 1100010 1000000 1100 101010011 1100000 101101

Color Harmonies of #E00550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00550

Black with #E00550

Text Example


Text Example

White with #E00550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00550; }

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

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

background-color css

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

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

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

border-color css

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

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

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