Html Css Color HEX #E0055F Razzmatazz

📋 copy color: '#E0055F'

red 224 ◦ green 5 ◦ blue 95

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

Shades of Razzmatazz #E0055F

Tints of Razzmatazz #E0055F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.32%

R = 69.14%
G = 1.54%
B = 29.32%

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

#E0055F (or 0xE0055F) is known color: Razzmatazz. HEX triplet: E0, 05 and 5F. RGB value is (224,5,95). Sum of RGB (Red+Green+Blue) = 224+5+95=324 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.14% from 324); Green value is 5 (2.34% from 255 or 1.54% from 324); Blue value is 95 (37.5% from 255 or 29.32% from 324); Max value from RGB is 224 - color contains mainly: red. Hex color #E0055F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0055F is #1FFAA0. Grayscale: #505050. Windows color (decimal): -2095777 or 6227424. OLE color: 6227424.

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

Color convert

RGB 224 5 95 -
CMYK 0 0.98 0.58 0.12
HSL 335.34º 0.96% 0.45% -
HSV(B) 335.34º 0.98% 0.88% -
XYZ 32.86 16.78 12.33 -
YUV 80.74 136.05 230.18 -
System Red Green Blue C M Y K H S L
Decimal 224 5 95 0 0.98 0.58 0.12 335.34 0.96 0.45
Hex E0 5 5F 0 62 3A C 14F 60 2D
Octal 340 5 137 0 142 72 14 517 140 55
Binary 11100000 101 1011111 0 1100010 111010 1100 101001111 1100000 101101

Color Harmonies of #E0055F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0055F

Black with #E0055F

Text Example


Text Example

White with #E0055F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0055F; }

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

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

background-color css

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

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

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

border-color css

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

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

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