Html Css Color HEX #E20F50 Razzmatazz

📋 copy color: '#E20F50'

red 226 ◦ green 15 ◦ blue 80

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

Shades of Razzmatazz #E20F50

Tints of Razzmatazz #E20F50

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.67%

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

R = 70.4%
G = 4.67%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#E20F50 (or 0xE20F50) is known color: Razzmatazz. HEX triplet: E2, 0F and 50. RGB value is (226,15,80). Sum of RGB (Red+Green+Blue) = 226+15+80=321 (42% of max value = 765). Red value is 226 (88.67% from 255 or 70.40% from 321); Green value is 15 (6.25% from 255 or 4.67% from 321); Blue value is 80 (31.64% from 255 or 24.92% from 321); Max value from RGB is 226 - color contains mainly: red. Hex color #E20F50 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20F50 is #1DF0AF. Grayscale: #555555. Windows color (decimal): -1962160 or 5246946. OLE color: 5246946.

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

Color convert

RGB 226 15 80 -
CMYK 0 0.93 0.65 0.11
HSL 341.52º 0.88% 0.47% -
HSV(B) 341.52º 0.93% 0.89% -
XYZ 32.98 17.09 9.15 -
YUV 85.5 124.9 228.21 -
System Red Green Blue C M Y K H S L
Decimal 226 15 80 0 0.93 0.65 0.11 341.52 0.88 0.47
Hex E2 F 50 0 5D 41 B 156 58 2F
Octal 342 17 120 0 135 101 13 526 130 57
Binary 11100010 1111 1010000 0 1011101 1000001 1011 101010110 1011000 101111

Color Harmonies of #E20F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20F50

Black with #E20F50

Text Example


Text Example

White with #E20F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20F50; }

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

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

background-color css

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

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

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

border-color css

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

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

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