Html Css Color HEX #E0055D Razzmatazz

📋 copy color: '#E0055D'

red 224 ◦ green 5 ◦ blue 93

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

Shades of Razzmatazz #E0055D

Tints of Razzmatazz #E0055D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.88%

R = 69.57%
G = 1.55%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E0055D (or 0xE0055D) is known color: Razzmatazz. HEX triplet: E0, 05 and 5D. RGB value is (224,5,93). Sum of RGB (Red+Green+Blue) = 224+5+93=322 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.57% from 322); Green value is 5 (2.34% from 255 or 1.55% from 322); Blue value is 93 (36.72% from 255 or 28.88% from 322); Max value from RGB is 224 - color contains mainly: red. Hex color #E0055D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0055D is #1FFAA2. Grayscale: #505050. Windows color (decimal): -2095779 or 6096352. OLE color: 6096352.

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

Color convert

RGB 224 5 93 -
CMYK 0 0.98 0.58 0.12
HSL 335.89º 0.96% 0.45% -
HSV(B) 335.89º 0.98% 0.88% -
XYZ 32.77 16.75 11.86 -
YUV 80.51 135.05 230.34 -
System Red Green Blue C M Y K H S L
Decimal 224 5 93 0 0.98 0.58 0.12 335.89 0.96 0.45
Hex E0 5 5D 0 62 3A C 150 60 2D
Octal 340 5 135 0 142 72 14 520 140 55
Binary 11100000 101 1011101 0 1100010 111010 1100 101010000 1100000 101101

Color Harmonies of #E0055D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0055D

Black with #E0055D

Text Example


Text Example

White with #E0055D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0055D; }

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

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

background-color css

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

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

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

border-color css

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

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

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