Html Css Color HEX #E0005D Razzmatazz

📋 copy color: '#E0005D'

red 224 ◦ green 0 ◦ blue 93

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

Shades of Razzmatazz #E0005D

Tints of Razzmatazz #E0005D

RGB

 RED value IS 224 (87.89% from 255) = 70.66%

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

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

R = 70.66%
G = 0%
B = 29.34%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E0005D (or 0xE0005D) is known color: Razzmatazz. HEX triplet: E0, 00 and 5D. RGB value is (224,0,93). Sum of RGB (Red+Green+Blue) = 224+0+93=317 (41% of max value = 765). Red value is 224 (87.89% from 255 or 70.66% from 317); Green value is 0 (0.39% from 255 or 0% from 317); Blue value is 93 (36.72% from 255 or 29.34% from 317); Max value from RGB is 224 - color contains mainly: red. Hex color #E0005D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0005D is #1FFFA2. Grayscale: #4D4D4D. Windows color (decimal): -2097059 or 6095072. OLE color: 6095072.

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

Color convert

RGB 224 0 93 -
CMYK 0 1 0.58 0.12
HSL 335.09º 1% 0.44% -
HSV(B) 335.09º 1% 0.88% -
XYZ 32.72 16.64 11.84 -
YUV 77.58 136.71 232.44 -
System Red Green Blue C M Y K H S L
Decimal 224 0 93 0 1 0.58 0.12 335.09 1 0.44
Hex E0 0 5D 0 64 3A C 14F 64 2C
Octal 340 0 135 0 144 72 14 517 144 54
Binary 11100000 0 1011101 0 1100100 111010 1100 101001111 1100100 101100

Color Harmonies of #E0005D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0005D

Black with #E0005D

Text Example


Text Example

White with #E0005D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0005D; }

 p { color: rgb(224,0,93); }

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

background-color css

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

 a { background-color: rgb(224,0,93); }

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

border-color css

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

 span { border-color: rgb(224,0,93); }

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