Html Css Color HEX #E3035D Razzmatazz

📋 copy color: '#E3035D'

red 227 ◦ green 3 ◦ blue 93

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

Shades of Razzmatazz #E3035D

Tints of Razzmatazz #E3035D

RGB

 RED value IS 227 (89.06% from 255) = 70.28%

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

 BLUE value IS 93 (36.72% from 255) = 28.79%

R = 70.28%
G = 0.93%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#E3035D (or 0xE3035D) is known color: Razzmatazz. HEX triplet: E3, 03 and 5D. RGB value is (227,3,93). Sum of RGB (Red+Green+Blue) = 227+3+93=323 (42% of max value = 765). Red value is 227 (89.06% from 255 or 70.28% from 323); Green value is 3 (1.56% from 255 or 0.93% from 323); Blue value is 93 (36.72% from 255 or 28.79% from 323); Max value from RGB is 227 - color contains mainly: red. Hex color #E3035D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3035D is #1CFCA2. Grayscale: #505050. Windows color (decimal): -1899683 or 6095843. OLE color: 6095843.

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

Color convert

RGB 227 3 93 -
CMYK 0 0.99 0.59 0.11
HSL 335.89º 0.97% 0.45% -
HSV(B) 335.89º 0.99% 0.89% -
XYZ 33.69 17.19 11.9 -
YUV 80.24 135.21 232.68 -
System Red Green Blue C M Y K H S L
Decimal 227 3 93 0 0.99 0.59 0.11 335.89 0.97 0.45
Hex E3 3 5D 0 63 3B B 150 61 2D
Octal 343 3 135 0 143 73 13 520 141 55
Binary 11100011 11 1011101 0 1100011 111011 1011 101010000 1100001 101101

Color Harmonies of #E3035D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3035D

Black with #E3035D

Text Example


Text Example

White with #E3035D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3035D; }

 p { color: rgb(227,3,93); }

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

background-color css

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

 a { background-color: rgb(227,3,93); }

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

border-color css

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

 span { border-color: rgb(227,3,93); }

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