Html Css Color HEX #E20F51 Razzmatazz

📋 copy color: '#E20F51'

red 226 ◦ green 15 ◦ blue 81

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

Shades of Razzmatazz #E20F51

Tints of Razzmatazz #E20F51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 25.16%

R = 70.19%
G = 4.66%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.64

 K value IS 0.11

RGB Variations

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

Color information

#E20F51 (or 0xE20F51) is known color: Razzmatazz. HEX triplet: E2, 0F and 51. RGB value is (226,15,81). Sum of RGB (Red+Green+Blue) = 226+15+81=322 (42% of max value = 765). Red value is 226 (88.67% from 255 or 70.19% from 322); Green value is 15 (6.25% from 255 or 4.66% from 322); Blue value is 81 (32.03% from 255 or 25.16% from 322); Max value from RGB is 226 - color contains mainly: red. Hex color #E20F51 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20F51 is #1DF0AE. Grayscale: #555555. Windows color (decimal): -1962159 or 5312482. OLE color: 5312482.

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

Color convert

RGB 226 15 81 -
CMYK 0 0.93 0.64 0.11
HSL 341.23º 0.88% 0.47% -
HSV(B) 341.23º 0.93% 0.89% -
XYZ 33.02 17.1 9.35 -
YUV 85.61 125.4 228.13 -
System Red Green Blue C M Y K H S L
Decimal 226 15 81 0 0.93 0.64 0.11 341.23 0.88 0.47
Hex E2 F 51 0 5D 40 B 155 58 2F
Octal 342 17 121 0 135 100 13 525 130 57
Binary 11100010 1111 1010001 0 1011101 1000000 1011 101010101 1011000 101111

Color Harmonies of #E20F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20F51

Black with #E20F51

Text Example


Text Example

White with #E20F51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20F51; }

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

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

background-color css

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

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

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

border-color css

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

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

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