Html Css Color HEX #E50353 Razzmatazz

📋 copy color: '#E50353'

red 229 ◦ green 3 ◦ blue 83

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

Shades of Razzmatazz #E50353

Tints of Razzmatazz #E50353

RGB

 RED value IS 229 (89.84% from 255) = 72.7%

 GREEN value IS 3 (1.56% from 255) = 0.95%

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

R = 72.7%
G = 0.95%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.10

RGB Variations

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

Color information

#E50353 (or 0xE50353) is known color: Razzmatazz. HEX triplet: E5, 03 and 53. RGB value is (229,3,83). Sum of RGB (Red+Green+Blue) = 229+3+83=315 (41% of max value = 765). Red value is 229 (89.84% from 255 or 72.70% from 315); Green value is 3 (1.56% from 255 or 0.95% from 315); Blue value is 83 (32.81% from 255 or 26.35% from 315); Max value from RGB is 229 - color contains mainly: red. Hex color #E50353 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50353 is #1AFCAC. Grayscale: #4F4F4F. Windows color (decimal): -1768621 or 5440485. OLE color: 5440485.

HSL color Cylindrical-coordinate representation of color #E50353: hue angle of 338.76º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E50353 is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 3 83 -
CMYK 0 0.99 0.64 0.10
HSL 338.76º 0.97% 0.45% -
HSV(B) 338.76º 0.99% 0.9% -
XYZ 33.91 17.35 9.74 -
YUV 79.69 129.87 234.5 -
System Red Green Blue C M Y K H S L
Decimal 229 3 83 0 0.99 0.64 0.10 338.76 0.97 0.45
Hex E5 3 53 0 63 40 A 153 61 2D
Octal 345 3 123 0 143 100 12 523 141 55
Binary 11100101 11 1010011 0 1100011 1000000 1010 101010011 1100001 101101

Color Harmonies of #E50353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50353

Black with #E50353

Text Example


Text Example

White with #E50353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50353; }

 p { color: rgb(229,3,83); }

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

background-color css

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

 a { background-color: rgb(229,3,83); }

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

border-color css

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

 span { border-color: rgb(229,3,83); }

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