Html Css Color HEX #E2005B Razzmatazz

📋 copy color: '#E2005B'

red 226 ◦ green 0 ◦ blue 91

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

Shades of Razzmatazz #E2005B

Tints of Razzmatazz #E2005B

RGB

 RED value IS 226 (88.67% from 255) = 71.29%

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

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

R = 71.29%
G = 0%
B = 28.71%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.60

 K value IS 0.11

RGB Variations

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

Color information

#E2005B (or 0xE2005B) is known color: Razzmatazz. HEX triplet: E2, 00 and 5B. RGB value is (226,0,91). Sum of RGB (Red+Green+Blue) = 226+0+91=317 (41% of max value = 765). Red value is 226 (88.67% from 255 or 71.29% from 317); Green value is 0 (0.39% from 255 or 0% from 317); Blue value is 91 (35.94% from 255 or 28.71% from 317); Max value from RGB is 226 - color contains mainly: red. Hex color #E2005B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2005B is #1DFFA4. Grayscale: #4D4D4D. Windows color (decimal): -1965989 or 5964002. OLE color: 5964002.

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

Color convert

RGB 226 0 91 -
CMYK 0 1 0.60 0.11
HSL 335.84º 1% 0.44% -
HSV(B) 335.84º 1% 0.89% -
XYZ 33.25 16.92 11.41 -
YUV 77.95 135.37 233.6 -
System Red Green Blue C M Y K H S L
Decimal 226 0 91 0 1 0.60 0.11 335.84 1 0.44
Hex E2 0 5B 0 64 3C B 150 64 2C
Octal 342 0 133 0 144 74 13 520 144 54
Binary 11100010 0 1011011 0 1100100 111100 1011 101010000 1100100 101100

Color Harmonies of #E2005B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2005B

Black with #E2005B

Text Example


Text Example

White with #E2005B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2005B; }

 p { color: rgb(226,0,91); }

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

background-color css

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

 a { background-color: rgb(226,0,91); }

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

border-color css

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

 span { border-color: rgb(226,0,91); }

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