Html Css Color HEX #E41454 Razzmatazz

📋 copy color: '#E41454'

red 228 ◦ green 20 ◦ blue 84

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

Shades of Razzmatazz #E41454

Tints of Razzmatazz #E41454

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.02%

 BLUE value IS 84 (33.2% from 255) = 25.3%

R = 68.67%
G = 6.02%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.63

 K value IS 0.11

RGB Variations

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

Color information

#E41454 (or 0xE41454) is known color: Razzmatazz. HEX triplet: E4, 14 and 54. RGB value is (228,20,84). Sum of RGB (Red+Green+Blue) = 228+20+84=332 (43% of max value = 765). Red value is 228 (89.45% from 255 or 68.67% from 332); Green value is 20 (8.20% from 255 or 6.02% from 332); Blue value is 84 (33.20% from 255 or 25.30% from 332); Max value from RGB is 228 - color contains mainly: red. Hex color #E41454 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E41454 is #1BEBAB. Grayscale: #595959. Windows color (decimal): -1829804 or 5510372. OLE color: 5510372.

HSL color Cylindrical-coordinate representation of color #E41454: hue angle of 341.54º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E41454 is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 20 84 -
CMYK 0 0.91 0.63 0.11
HSL 341.54º 0.84% 0.49% -
HSV(B) 341.54º 0.91% 0.89% -
XYZ 33.85 17.63 10.01 -
YUV 89.49 124.91 226.8 -
System Red Green Blue C M Y K H S L
Decimal 228 20 84 0 0.91 0.63 0.11 341.54 0.84 0.49
Hex E4 14 54 0 5B 3F B 156 54 31
Octal 344 24 124 0 133 77 13 526 124 61
Binary 11100100 10100 1010100 0 1011011 111111 1011 101010110 1010100 110001

Color Harmonies of #E41454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41454

Black with #E41454

Text Example


Text Example

White with #E41454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41454; }

 p { color: rgb(228,20,84); }

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

background-color css

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

 a { background-color: rgb(228,20,84); }

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

border-color css

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

 span { border-color: rgb(228,20,84); }

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