Html Css Color HEX #E40073 Razzmatazz

📋 copy color: '#E40073'

red 228 ◦ green 0 ◦ blue 115

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

Shades of Razzmatazz #E40073

Tints of Razzmatazz #E40073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 33.53%

R = 66.47%
G = 0%
B = 33.53%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#E40073 (or 0xE40073) is known color: Razzmatazz. HEX triplet: E4, 00 and 73. RGB value is (228,0,115). Sum of RGB (Red+Green+Blue) = 228+0+115=343 (45% of max value = 765). Red value is 228 (89.45% from 255 or 66.47% from 343); Green value is 0 (0.39% from 255 or 0% from 343); Blue value is 115 (45.31% from 255 or 33.53% from 343); Max value from RGB is 228 - color contains mainly: red. Hex color #E40073 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40073 is #1BFF8C. Grayscale: #515151. Windows color (decimal): -1834893 or 7536868. OLE color: 7536868.

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

Color convert

RGB 228 0 115 -
CMYK 0 1 0.50 0.11
HSL 329.74º 1% 0.45% -
HSV(B) 329.74º 1% 0.89% -
XYZ 35.09 17.73 17.79 -
YUV 81.28 147.04 232.65 -
System Red Green Blue C M Y K H S L
Decimal 228 0 115 0 1 0.50 0.11 329.74 1 0.45
Hex E4 0 73 0 64 32 B 14A 64 2D
Octal 344 0 163 0 144 62 13 512 144 55
Binary 11100100 0 1110011 0 1100100 110010 1011 101001010 1100100 101101

Color Harmonies of #E40073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40073

Black with #E40073

Text Example


Text Example

White with #E40073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40073; }

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

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

background-color css

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

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

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

border-color css

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

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

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