Html Css Color HEX #E80553 Razzmatazz

📋 copy color: '#E80553'

red 232 ◦ green 5 ◦ blue 83

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

Shades of Razzmatazz #E80553

Tints of Razzmatazz #E80553

RGB

 RED value IS 232 (91.02% from 255) = 72.5%

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

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

R = 72.5%
G = 1.56%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.64

 K value IS 0.09

RGB Variations

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

Color information

#E80553 (or 0xE80553) is known color: Razzmatazz. HEX triplet: E8, 05 and 53. RGB value is (232,5,83). Sum of RGB (Red+Green+Blue) = 232+5+83=320 (42% of max value = 765). Red value is 232 (91.02% from 255 or 72.5% from 320); Green value is 5 (2.34% from 255 or 1.56% from 320); Blue value is 83 (32.81% from 255 or 25.94% from 320); Max value from RGB is 232 - color contains mainly: red. Hex color #E80553 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E80553 is #17FAAC. Grayscale: #515151. Windows color (decimal): -1571501 or 5441000. OLE color: 5441000.

HSL color Cylindrical-coordinate representation of color #E80553: hue angle of 339.38º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E80553 is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 5 83 -
CMYK 0 0.98 0.64 0.09
HSL 339.38º 0.96% 0.46% -
HSV(B) 339.38º 0.98% 0.91% -
XYZ 34.89 17.89 9.8 -
YUV 81.77 128.71 235.16 -
System Red Green Blue C M Y K H S L
Decimal 232 5 83 0 0.98 0.64 0.09 339.38 0.96 0.46
Hex E8 5 53 0 62 40 9 153 60 2E
Octal 350 5 123 0 142 100 11 523 140 56
Binary 11101000 101 1010011 0 1100010 1000000 1001 101010011 1100000 101110

Color Harmonies of #E80553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80553

Black with #E80553

Text Example


Text Example

White with #E80553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80553; }

 p { color: rgb(232,5,83); }

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

background-color css

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

 a { background-color: rgb(232,5,83); }

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

border-color css

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

 span { border-color: rgb(232,5,83); }

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