Html Css Color HEX #E2005F Razzmatazz

📋 copy color: '#E2005F'

red 226 ◦ green 0 ◦ blue 95

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

Shades of Razzmatazz #E2005F

Tints of Razzmatazz #E2005F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.6%

R = 70.4%
G = 0%
B = 29.6%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#E2005F (or 0xE2005F) is known color: Razzmatazz. HEX triplet: E2, 00 and 5F. RGB value is (226,0,95). Sum of RGB (Red+Green+Blue) = 226+0+95=321 (42% of max value = 765). Red value is 226 (88.67% from 255 or 70.40% from 321); Green value is 0 (0.39% from 255 or 0% from 321); Blue value is 95 (37.5% from 255 or 29.60% from 321); Max value from RGB is 226 - color contains mainly: red. Hex color #E2005F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2005F is #1DFFA0. Grayscale: #4E4E4E. Windows color (decimal): -1965985 or 6226146. OLE color: 6226146.

HSL color Cylindrical-coordinate representation of color #E2005F: hue angle of 334.78º 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 #E2005F is Cyan = 0, Magento = 1, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 0 95 -
CMYK 0 1 0.58 0.11
HSL 334.78º 1% 0.44% -
HSV(B) 334.78º 1% 0.89% -
XYZ 33.43 16.99 12.34 -
YUV 78.4 137.37 233.28 -
System Red Green Blue C M Y K H S L
Decimal 226 0 95 0 1 0.58 0.11 334.78 1 0.44
Hex E2 0 5F 0 64 3A B 14F 64 2C
Octal 342 0 137 0 144 72 13 517 144 54
Binary 11100010 0 1011111 0 1100100 111010 1011 101001111 1100100 101100

Color Harmonies of #E2005F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2005F

Black with #E2005F

Text Example


Text Example

White with #E2005F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2005F; }

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

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

background-color css

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

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

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

border-color css

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

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

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