Html Css Color HEX #E5124C Razzmatazz

📋 copy color: '#E5124C'

red 229 ◦ green 18 ◦ blue 76

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

Shades of Razzmatazz #E5124C

Tints of Razzmatazz #E5124C

RGB

 RED value IS 229 (89.84% from 255) = 70.9%

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

 BLUE value IS 76 (30.08% from 255) = 23.53%

R = 70.9%
G = 5.57%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E5124C (or 0xE5124C) is known color: Razzmatazz. HEX triplet: E5, 12 and 4C. RGB value is (229,18,76). Sum of RGB (Red+Green+Blue) = 229+18+76=323 (42% of max value = 765). Red value is 229 (89.84% from 255 or 70.90% from 323); Green value is 18 (7.42% from 255 or 5.57% from 323); Blue value is 76 (30.08% from 255 or 23.53% from 323); Max value from RGB is 229 - color contains mainly: red. Hex color #E5124C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5124C is #1AEDB3. Grayscale: #575757. Windows color (decimal): -1764788 or 4985573. OLE color: 4985573.

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

Color convert

RGB 229 18 76 -
CMYK 0 0.92 0.67 0.10
HSL 343.51º 0.85% 0.48% -
HSV(B) 343.51º 0.92% 0.9% -
XYZ 33.83 17.61 8.45 -
YUV 87.7 121.4 228.78 -
System Red Green Blue C M Y K H S L
Decimal 229 18 76 0 0.92 0.67 0.10 343.51 0.85 0.48
Hex E5 12 4C 0 5C 43 A 158 55 30
Octal 345 22 114 0 134 103 12 530 125 60
Binary 11100101 10010 1001100 0 1011100 1000011 1010 101011000 1010101 110000

Color Harmonies of #E5124C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5124C

Black with #E5124C

Text Example


Text Example

White with #E5124C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5124C; }

 p { color: rgb(229,18,76); }

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

background-color css

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

 a { background-color: rgb(229,18,76); }

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

border-color css

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

 span { border-color: rgb(229,18,76); }

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