Html Css Color HEX #E41351 Razzmatazz

📋 copy color: '#E41351'

red 228 ◦ green 19 ◦ blue 81

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

Shades of Razzmatazz #E41351

Tints of Razzmatazz #E41351

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.79%

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

R = 69.51%
G = 5.79%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.64

 K value IS 0.11

RGB Variations

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

Color information

#E41351 (or 0xE41351) is known color: Razzmatazz. HEX triplet: E4, 13 and 51. RGB value is (228,19,81). Sum of RGB (Red+Green+Blue) = 228+19+81=328 (43% of max value = 765). Red value is 228 (89.45% from 255 or 69.51% from 328); Green value is 19 (7.81% from 255 or 5.79% from 328); Blue value is 81 (32.03% from 255 or 24.70% from 328); Max value from RGB is 228 - color contains mainly: red. Hex color #E41351 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E41351 is #1BECAE. Grayscale: #585858. Windows color (decimal): -1830063 or 5313508. OLE color: 5313508.

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

Color convert

RGB 228 19 81 -
CMYK 0 0.92 0.64 0.11
HSL 342.2º 0.85% 0.48% -
HSV(B) 342.2º 0.92% 0.89% -
XYZ 33.71 17.55 9.4 -
YUV 88.56 123.74 227.46 -
System Red Green Blue C M Y K H S L
Decimal 228 19 81 0 0.92 0.64 0.11 342.2 0.85 0.48
Hex E4 13 51 0 5C 40 B 156 55 30
Octal 344 23 121 0 134 100 13 526 125 60
Binary 11100100 10011 1010001 0 1011100 1000000 1011 101010110 1010101 110000

Color Harmonies of #E41351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41351

Black with #E41351

Text Example


Text Example

White with #E41351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41351; }

 p { color: rgb(228,19,81); }

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

background-color css

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

 a { background-color: rgb(228,19,81); }

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

border-color css

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

 span { border-color: rgb(228,19,81); }

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