Html Css Color HEX #E40059 Razzmatazz

📋 copy color: '#E40059'

red 228 ◦ green 0 ◦ blue 89

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

Shades of Razzmatazz #E40059

Tints of Razzmatazz #E40059

RGB

 RED value IS 228 (89.45% from 255) = 71.92%

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

 BLUE value IS 89 (35.16% from 255) = 28.08%

R = 71.92%
G = 0%
B = 28.08%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.61

 K value IS 0.11

RGB Variations

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

Color information

#E40059 (or 0xE40059) is known color: Razzmatazz. HEX triplet: E4, 00 and 59. RGB value is (228,0,89). Sum of RGB (Red+Green+Blue) = 228+0+89=317 (41% of max value = 765). Red value is 228 (89.45% from 255 or 71.92% from 317); Green value is 0 (0.39% from 255 or 0% from 317); Blue value is 89 (35.16% from 255 or 28.08% from 317); Max value from RGB is 228 - color contains mainly: red. Hex color #E40059 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40059 is #1BFFA6. Grayscale: #4E4E4E. Windows color (decimal): -1834919 or 5832932. OLE color: 5832932.

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

Color convert

RGB 228 0 89 -
CMYK 0 1 0.61 0.11
HSL 336.58º 1% 0.45% -
HSV(B) 336.58º 1% 0.89% -
XYZ 33.8 17.22 10.99 -
YUV 78.32 134.04 234.76 -
System Red Green Blue C M Y K H S L
Decimal 228 0 89 0 1 0.61 0.11 336.58 1 0.45
Hex E4 0 59 0 64 3D B 151 64 2D
Octal 344 0 131 0 144 75 13 521 144 55
Binary 11100100 0 1011001 0 1100100 111101 1011 101010001 1100100 101101

Color Harmonies of #E40059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40059

Black with #E40059

Text Example


Text Example

White with #E40059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40059; }

 p { color: rgb(228,0,89); }

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

background-color css

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

 a { background-color: rgb(228,0,89); }

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

border-color css

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

 span { border-color: rgb(228,0,89); }

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