Html Css Color HEX #E20E50 Razzmatazz

📋 copy color: '#E20E50'

red 226 ◦ green 14 ◦ blue 80

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

Shades of Razzmatazz #E20E50

Tints of Razzmatazz #E20E50

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.38%

 BLUE value IS 80 (31.64% from 255) = 25%

R = 70.63%
G = 4.38%
B = 25%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#E20E50 (or 0xE20E50) is known color: Razzmatazz. HEX triplet: E2, 0E and 50. RGB value is (226,14,80). Sum of RGB (Red+Green+Blue) = 226+14+80=320 (42% of max value = 765). Red value is 226 (88.67% from 255 or 70.62% from 320); Green value is 14 (5.86% from 255 or 4.38% from 320); Blue value is 80 (31.64% from 255 or 25% from 320); Max value from RGB is 226 - color contains mainly: red. Hex color #E20E50 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20E50 is #1DF1AF. Grayscale: #545454. Windows color (decimal): -1962416 or 5246690. OLE color: 5246690.

HSL color Cylindrical-coordinate representation of color #E20E50: hue angle of 341.32º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E20E50 is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 14 80 -
CMYK 0 0.94 0.65 0.11
HSL 341.32º 0.88% 0.47% -
HSV(B) 341.32º 0.94% 0.89% -
XYZ 32.97 17.06 9.15 -
YUV 84.91 125.24 228.63 -
System Red Green Blue C M Y K H S L
Decimal 226 14 80 0 0.94 0.65 0.11 341.32 0.88 0.47
Hex E2 E 50 0 5E 41 B 155 58 2F
Octal 342 16 120 0 136 101 13 525 130 57
Binary 11100010 1110 1010000 0 1011110 1000001 1011 101010101 1011000 101111

Color Harmonies of #E20E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20E50

Black with #E20E50

Text Example


Text Example

White with #E20E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20E50; }

 p { color: rgb(226,14,80); }

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

background-color css

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

 a { background-color: rgb(226,14,80); }

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

border-color css

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

 span { border-color: rgb(226,14,80); }

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