Html Css Color HEX #E40159 Razzmatazz

📋 copy color: '#E40159'

red 228 ◦ green 1 ◦ blue 89

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

Shades of Razzmatazz #E40159

Tints of Razzmatazz #E40159

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

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

R = 71.7%
G = 0.31%
B = 27.99%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.61

 K value IS 0.11

RGB Variations

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

Color information

#E40159 (or 0xE40159) is known color: Razzmatazz. HEX triplet: E4, 01 and 59. RGB value is (228,1,89). Sum of RGB (Red+Green+Blue) = 228+1+89=318 (42% of max value = 765). Red value is 228 (89.45% from 255 or 71.70% from 318); Green value is 1 (0.78% from 255 or 0.31% from 318); Blue value is 89 (35.16% from 255 or 27.99% from 318); Max value from RGB is 228 - color contains mainly: red. Hex color #E40159 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40159 is #1BFEA6. Grayscale: #4E4E4E. Windows color (decimal): -1834663 or 5833188. OLE color: 5833188.

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

Color convert

RGB 228 1 89 -
CMYK 0 1.00 0.61 0.11
HSL 336.74º 0.99% 0.45% -
HSV(B) 336.74º 1% 0.89% -
XYZ 33.81 17.24 11 -
YUV 78.91 133.71 234.34 -
System Red Green Blue C M Y K H S L
Decimal 228 1 89 0 1.00 0.61 0.11 336.74 0.99 0.45
Hex E4 1 59 0 64 3D B 151 63 2D
Octal 344 1 131 0 144 75 13 521 143 55
Binary 11100100 1 1011001 0 1100100 111101 1011 101010001 1100011 101101

Color Harmonies of #E40159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40159

Black with #E40159

Text Example


Text Example

White with #E40159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40159; }

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

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

background-color css

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

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

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

border-color css

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

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

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