Html Css Color HEX #E00053 Razzmatazz

📋 copy color: '#E00053'

red 224 ◦ green 0 ◦ blue 83

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

Shades of Razzmatazz #E00053

Tints of Razzmatazz #E00053

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 83 (32.81% from 255) = 27.04%

R = 72.96%
G = 0%
B = 27.04%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#E00053 (or 0xE00053) is known color: Razzmatazz. HEX triplet: E0, 00 and 53. RGB value is (224,0,83). Sum of RGB (Red+Green+Blue) = 224+0+83=307 (40% of max value = 765). Red value is 224 (87.89% from 255 or 72.96% from 307); Green value is 0 (0.39% from 255 or 0% from 307); Blue value is 83 (32.81% from 255 or 27.04% from 307); Max value from RGB is 224 - color contains mainly: red. Hex color #E00053 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00053 is #1FFFAC. Grayscale: #4C4C4C. Windows color (decimal): -2097069 or 5439712. OLE color: 5439712.

HSL color Cylindrical-coordinate representation of color #E00053: hue angle of 337.77º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E00053 is Cyan = 0, Magento = 1, Yellow = 0.63 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 0 83 -
CMYK 0 1 0.63 0.12
HSL 337.77º 1% 0.44% -
HSV(B) 337.77º 1% 0.88% -
XYZ 32.3 16.47 9.66 -
YUV 76.44 131.71 233.25 -
System Red Green Blue C M Y K H S L
Decimal 224 0 83 0 1 0.63 0.12 337.77 1 0.44
Hex E0 0 53 0 64 3F C 152 64 2C
Octal 340 0 123 0 144 77 14 522 144 54
Binary 11100000 0 1010011 0 1100100 111111 1100 101010010 1100100 101100

Color Harmonies of #E00053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00053

Black with #E00053

Text Example


Text Example

White with #E00053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00053; }

 p { color: rgb(224,0,83); }

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

background-color css

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

 a { background-color: rgb(224,0,83); }

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

border-color css

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

 span { border-color: rgb(224,0,83); }

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