Html Css Color HEX #E41250 Razzmatazz

📋 copy color: '#E41250'

red 228 ◦ green 18 ◦ blue 80

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

Shades of Razzmatazz #E41250

Tints of Razzmatazz #E41250

RGB

 RED value IS 228 (89.45% from 255) = 69.94%

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

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

R = 69.94%
G = 5.52%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#E41250 (or 0xE41250) is known color: Razzmatazz. HEX triplet: E4, 12 and 50. RGB value is (228,18,80). Sum of RGB (Red+Green+Blue) = 228+18+80=326 (43% of max value = 765). Red value is 228 (89.45% from 255 or 69.94% from 326); Green value is 18 (7.42% from 255 or 5.52% from 326); Blue value is 80 (31.64% from 255 or 24.54% from 326); Max value from RGB is 228 - color contains mainly: red. Hex color #E41250 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E41250 is #1BEDAF. Grayscale: #575757. Windows color (decimal): -1830320 or 5247716. OLE color: 5247716.

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

Color convert

RGB 228 18 80 -
CMYK 0 0.92 0.65 0.11
HSL 342.29º 0.85% 0.48% -
HSV(B) 342.29º 0.92% 0.89% -
XYZ 33.66 17.51 9.19 -
YUV 87.86 123.57 227.96 -
System Red Green Blue C M Y K H S L
Decimal 228 18 80 0 0.92 0.65 0.11 342.29 0.85 0.48
Hex E4 12 50 0 5C 41 B 156 55 30
Octal 344 22 120 0 134 101 13 526 125 60
Binary 11100100 10010 1010000 0 1011100 1000001 1011 101010110 1010101 110000

Color Harmonies of #E41250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41250

Black with #E41250

Text Example


Text Example

White with #E41250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41250; }

 p { color: rgb(228,18,80); }

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

background-color css

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

 a { background-color: rgb(228,18,80); }

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

border-color css

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

 span { border-color: rgb(228,18,80); }

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