Html Css Color HEX #E0055A Razzmatazz

📋 copy color: '#E0055A'

red 224 ◦ green 5 ◦ blue 90

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

Shades of Razzmatazz #E0055A

Tints of Razzmatazz #E0055A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 28.21%

R = 70.22%
G = 1.57%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#E0055A (or 0xE0055A) is known color: Razzmatazz. HEX triplet: E0, 05 and 5A. RGB value is (224,5,90). Sum of RGB (Red+Green+Blue) = 224+5+90=319 (42% of max value = 765). Red value is 224 (87.89% from 255 or 70.22% from 319); Green value is 5 (2.34% from 255 or 1.57% from 319); Blue value is 90 (35.55% from 255 or 28.21% from 319); Max value from RGB is 224 - color contains mainly: red. Hex color #E0055A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0055A is #1FFAA5. Grayscale: #505050. Windows color (decimal): -2095782 or 5899744. OLE color: 5899744.

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

Color convert

RGB 224 5 90 -
CMYK 0 0.98 0.60 0.12
HSL 336.71º 0.96% 0.45% -
HSV(B) 336.71º 0.98% 0.88% -
XYZ 32.64 16.69 11.17 -
YUV 80.17 133.55 230.59 -
System Red Green Blue C M Y K H S L
Decimal 224 5 90 0 0.98 0.60 0.12 336.71 0.96 0.45
Hex E0 5 5A 0 62 3C C 151 60 2D
Octal 340 5 132 0 142 74 14 521 140 55
Binary 11100000 101 1011010 0 1100010 111100 1100 101010001 1100000 101101

Color Harmonies of #E0055A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0055A

Black with #E0055A

Text Example


Text Example

White with #E0055A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0055A; }

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

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

background-color css

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

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

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

border-color css

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

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

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