Html Css Color HEX #E5005D Razzmatazz

📋 copy color: '#E5005D'

red 229 ◦ green 0 ◦ blue 93

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

Shades of Razzmatazz #E5005D

Tints of Razzmatazz #E5005D

RGB

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

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

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

R = 71.12%
G = 0%
B = 28.88%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#E5005D (or 0xE5005D) is known color: Razzmatazz. HEX triplet: E5, 00 and 5D. RGB value is (229,0,93). Sum of RGB (Red+Green+Blue) = 229+0+93=322 (42% of max value = 765). Red value is 229 (89.84% from 255 or 71.12% from 322); Green value is 0 (0.39% from 255 or 0% from 322); Blue value is 93 (36.72% from 255 or 28.88% from 322); Max value from RGB is 229 - color contains mainly: red. Hex color #E5005D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5005D is #1AFFA2. Grayscale: #4E4E4E. Windows color (decimal): -1769379 or 6095077. OLE color: 6095077.

HSL color Cylindrical-coordinate representation of color #E5005D: hue angle of 335.63º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E5005D is Cyan = 0, Magento = 1, Yellow = 0.59 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 0 93 -
CMYK 0 1 0.59 0.10
HSL 335.63º 1% 0.45% -
HSV(B) 335.63º 1% 0.9% -
XYZ 34.29 17.45 11.92 -
YUV 79.07 135.87 234.94 -
System Red Green Blue C M Y K H S L
Decimal 229 0 93 0 1 0.59 0.10 335.63 1 0.45
Hex E5 0 5D 0 64 3B A 150 64 2D
Octal 345 0 135 0 144 73 12 520 144 55
Binary 11100101 0 1011101 0 1100100 111011 1010 101010000 1100100 101101

Color Harmonies of #E5005D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5005D

Black with #E5005D

Text Example


Text Example

White with #E5005D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5005D; }

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

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

background-color css

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

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

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

border-color css

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

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

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