Html Css Color HEX #E4124F Razzmatazz

📋 copy color: '#E4124F'

red 228 ◦ green 18 ◦ blue 79

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

Shades of Razzmatazz #E4124F

Tints of Razzmatazz #E4124F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 24.31%

R = 70.15%
G = 5.54%
B = 24.31%

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

#E4124F (or 0xE4124F) is known color: Razzmatazz. HEX triplet: E4, 12 and 4F. RGB value is (228,18,79). Sum of RGB (Red+Green+Blue) = 228+18+79=325 (43% of max value = 765). Red value is 228 (89.45% from 255 or 70.15% from 325); Green value is 18 (7.42% from 255 or 5.54% from 325); Blue value is 79 (31.25% from 255 or 24.31% from 325); Max value from RGB is 228 - color contains mainly: red. Hex color #E4124F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E4124F is #1BEDB0. Grayscale: #575757. Windows color (decimal): -1830321 or 5182180. OLE color: 5182180.

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

Color convert

RGB 228 18 79 -
CMYK 0 0.92 0.65 0.11
HSL 342.57º 0.85% 0.48% -
HSV(B) 342.57º 0.92% 0.89% -
XYZ 33.62 17.49 9 -
YUV 87.74 123.07 228.04 -
System Red Green Blue C M Y K H S L
Decimal 228 18 79 0 0.92 0.65 0.11 342.57 0.85 0.48
Hex E4 12 4F 0 5C 41 B 157 55 30
Octal 344 22 117 0 134 101 13 527 125 60
Binary 11100100 10010 1001111 0 1011100 1000001 1011 101010111 1010101 110000

Color Harmonies of #E4124F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4124F

Black with #E4124F

Text Example


Text Example

White with #E4124F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4124F; }

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

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

background-color css

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

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

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

border-color css

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

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

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