Html Css Color HEX #E00558 Razzmatazz

📋 copy color: '#E00558'

red 224 ◦ green 5 ◦ blue 88

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

Shades of Razzmatazz #E00558

Tints of Razzmatazz #E00558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 27.76%

R = 70.66%
G = 1.58%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.61

 K value IS 0.12

RGB Variations

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

Color information

#E00558 (or 0xE00558) is known color: Razzmatazz. HEX triplet: E0, 05 and 58. RGB value is (224,5,88). Sum of RGB (Red+Green+Blue) = 224+5+88=317 (41% of max value = 765). Red value is 224 (87.89% from 255 or 70.66% from 317); Green value is 5 (2.34% from 255 or 1.58% from 317); Blue value is 88 (34.77% from 255 or 27.76% from 317); Max value from RGB is 224 - color contains mainly: red. Hex color #E00558 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00558 is #1FFAA7. Grayscale: #4F4F4F. Windows color (decimal): -2095784 or 5768672. OLE color: 5768672.

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

Color convert

RGB 224 5 88 -
CMYK 0 0.98 0.61 0.12
HSL 337.26º 0.96% 0.45% -
HSV(B) 337.26º 0.98% 0.88% -
XYZ 32.56 16.66 10.73 -
YUV 79.94 132.55 230.75 -
System Red Green Blue C M Y K H S L
Decimal 224 5 88 0 0.98 0.61 0.12 337.26 0.96 0.45
Hex E0 5 58 0 62 3D C 151 60 2D
Octal 340 5 130 0 142 75 14 521 140 55
Binary 11100000 101 1011000 0 1100010 111101 1100 101010001 1100000 101101

Color Harmonies of #E00558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00558

Black with #E00558

Text Example


Text Example

White with #E00558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00558; }

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

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

background-color css

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

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

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

border-color css

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

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

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