Html Css Color HEX #E20058 Razzmatazz

📋 copy color: '#E20058'

red 226 ◦ green 0 ◦ blue 88

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

Shades of Razzmatazz #E20058

Tints of Razzmatazz #E20058

RGB

 RED value IS 226 (88.67% from 255) = 71.97%

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

 BLUE value IS 88 (34.77% from 255) = 28.03%

R = 71.97%
G = 0%
B = 28.03%

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

#E20058 (or 0xE20058) is known color: Razzmatazz. HEX triplet: E2, 00 and 58. RGB value is (226,0,88). Sum of RGB (Red+Green+Blue) = 226+0+88=314 (41% of max value = 765). Red value is 226 (88.67% from 255 or 71.97% from 314); Green value is 0 (0.39% from 255 or 0% from 314); Blue value is 88 (34.77% from 255 or 28.03% from 314); Max value from RGB is 226 - color contains mainly: red. Hex color #E20058 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20058 is #1DFFA7. Grayscale: #4D4D4D. Windows color (decimal): -1965992 or 5767394. OLE color: 5767394.

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

Color convert

RGB 226 0 88 -
CMYK 0 1 0.61 0.11
HSL 336.64º 1% 0.44% -
HSV(B) 336.64º 1% 0.89% -
XYZ 33.13 16.87 10.74 -
YUV 77.61 133.87 233.84 -
System Red Green Blue C M Y K H S L
Decimal 226 0 88 0 1 0.61 0.11 336.64 1 0.44
Hex E2 0 58 0 64 3D B 151 64 2C
Octal 342 0 130 0 144 75 13 521 144 54
Binary 11100010 0 1011000 0 1100100 111101 1011 101010001 1100100 101100

Color Harmonies of #E20058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20058

Black with #E20058

Text Example


Text Example

White with #E20058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20058; }

 p { color: rgb(226,0,88); }

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

background-color css

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

 a { background-color: rgb(226,0,88); }

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

border-color css

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

 span { border-color: rgb(226,0,88); }

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