Html Css Color HEX #E01251 Razzmatazz

📋 copy color: '#E01251'

red 224 ◦ green 18 ◦ blue 81

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

Shades of Razzmatazz #E01251

Tints of Razzmatazz #E01251

RGB

 RED value IS 224 (87.89% from 255) = 69.35%

 GREEN value IS 18 (7.42% from 255) = 5.57%

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

R = 69.35%
G = 5.57%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E01251 (or 0xE01251) is known color: Razzmatazz. HEX triplet: E0, 12 and 51. RGB value is (224,18,81). Sum of RGB (Red+Green+Blue) = 224+18+81=323 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.35% from 323); Green value is 18 (7.42% from 255 or 5.57% from 323); Blue value is 81 (32.03% from 255 or 25.08% from 323); Max value from RGB is 224 - color contains mainly: red. Hex color #E01251 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01251 is #1FEDAE. Grayscale: #565656. Windows color (decimal): -2092463 or 5313248. OLE color: 5313248.

HSL color Cylindrical-coordinate representation of color #E01251: hue angle of 341.65º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E01251 is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 18 81 -
CMYK 0 0.92 0.64 0.12
HSL 341.65º 0.85% 0.47% -
HSV(B) 341.65º 0.92% 0.88% -
XYZ 32.44 16.87 9.33 -
YUV 86.78 124.75 225.88 -
System Red Green Blue C M Y K H S L
Decimal 224 18 81 0 0.92 0.64 0.12 341.65 0.85 0.47
Hex E0 12 51 0 5C 40 C 156 55 2F
Octal 340 22 121 0 134 100 14 526 125 57
Binary 11100000 10010 1010001 0 1011100 1000000 1100 101010110 1010101 101111

Color Harmonies of #E01251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01251

Black with #E01251

Text Example


Text Example

White with #E01251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01251; }

 p { color: rgb(224,18,81); }

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

background-color css

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

 a { background-color: rgb(224,18,81); }

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

border-color css

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

 span { border-color: rgb(224,18,81); }

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