Html Css Color HEX #E00561 Razzmatazz

📋 copy color: '#E00561'

red 224 ◦ green 5 ◦ blue 97

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

Shades of Razzmatazz #E00561

Tints of Razzmatazz #E00561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 29.75%

R = 68.71%
G = 1.53%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#E00561 (or 0xE00561) is known color: Razzmatazz. HEX triplet: E0, 05 and 61. RGB value is (224,5,97). Sum of RGB (Red+Green+Blue) = 224+5+97=326 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.71% from 326); Green value is 5 (2.34% from 255 or 1.53% from 326); Blue value is 97 (38.28% from 255 or 29.75% from 326); Max value from RGB is 224 - color contains mainly: red. Hex color #E00561 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00561 is #1FFA9E. Grayscale: #505050. Windows color (decimal): -2095775 or 6358496. OLE color: 6358496.

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

Color convert

RGB 224 5 97 -
CMYK 0 0.98 0.57 0.12
HSL 334.79º 0.96% 0.45% -
HSV(B) 334.79º 0.98% 0.88% -
XYZ 32.95 16.82 12.82 -
YUV 80.97 137.05 230.02 -
System Red Green Blue C M Y K H S L
Decimal 224 5 97 0 0.98 0.57 0.12 334.79 0.96 0.45
Hex E0 5 61 0 62 39 C 14F 60 2D
Octal 340 5 141 0 142 71 14 517 140 55
Binary 11100000 101 1100001 0 1100010 111001 1100 101001111 1100000 101101

Color Harmonies of #E00561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00561

Black with #E00561

Text Example


Text Example

White with #E00561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00561; }

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

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

background-color css

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

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

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

border-color css

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

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

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