Html Css Color HEX #E5035B Razzmatazz

📋 copy color: '#E5035B'

red 229 ◦ green 3 ◦ blue 91

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

Shades of Razzmatazz #E5035B

Tints of Razzmatazz #E5035B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 28.17%

R = 70.9%
G = 0.93%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#E5035B (or 0xE5035B) is known color: Razzmatazz. HEX triplet: E5, 03 and 5B. RGB value is (229,3,91). Sum of RGB (Red+Green+Blue) = 229+3+91=323 (42% of max value = 765). Red value is 229 (89.84% from 255 or 70.90% from 323); Green value is 3 (1.56% from 255 or 0.93% from 323); Blue value is 91 (35.94% from 255 or 28.17% from 323); Max value from RGB is 229 - color contains mainly: red. Hex color #E5035B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5035B is #1AFCA4. Grayscale: #505050. Windows color (decimal): -1768613 or 5964773. OLE color: 5964773.

HSL color Cylindrical-coordinate representation of color #E5035B: hue angle of 336.64º 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 #E5035B is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 3 91 -
CMYK 0 0.99 0.60 0.10
HSL 336.64º 0.97% 0.45% -
HSV(B) 336.64º 0.99% 0.9% -
XYZ 34.23 17.48 11.47 -
YUV 80.61 133.87 233.84 -
System Red Green Blue C M Y K H S L
Decimal 229 3 91 0 0.99 0.60 0.10 336.64 0.97 0.45
Hex E5 3 5B 0 63 3C A 151 61 2D
Octal 345 3 133 0 143 74 12 521 141 55
Binary 11100101 11 1011011 0 1100011 111100 1010 101010001 1100001 101101

Color Harmonies of #E5035B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5035B

Black with #E5035B

Text Example


Text Example

White with #E5035B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5035B; }

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

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

background-color css

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

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

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

border-color css

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

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

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