Html Css Color HEX #E5124D Razzmatazz

📋 copy color: '#E5124D'

red 229 ◦ green 18 ◦ blue 77

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

Shades of Razzmatazz #E5124D

Tints of Razzmatazz #E5124D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 23.77%

R = 70.68%
G = 5.56%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.66

 K value IS 0.10

RGB Variations

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

Color information

#E5124D (or 0xE5124D) is known color: Razzmatazz. HEX triplet: E5, 12 and 4D. RGB value is (229,18,77). Sum of RGB (Red+Green+Blue) = 229+18+77=324 (42% of max value = 765). Red value is 229 (89.84% from 255 or 70.68% from 324); Green value is 18 (7.42% from 255 or 5.56% from 324); Blue value is 77 (30.47% from 255 or 23.77% from 324); Max value from RGB is 229 - color contains mainly: red. Hex color #E5124D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5124D is #1AEDB2. Grayscale: #575757. Windows color (decimal): -1764787 or 5051109. OLE color: 5051109.

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

Color convert

RGB 229 18 77 -
CMYK 0 0.92 0.66 0.10
HSL 343.22º 0.85% 0.48% -
HSV(B) 343.22º 0.92% 0.9% -
XYZ 33.87 17.63 8.64 -
YUV 87.82 121.9 228.7 -
System Red Green Blue C M Y K H S L
Decimal 229 18 77 0 0.92 0.66 0.10 343.22 0.85 0.48
Hex E5 12 4D 0 5C 42 A 157 55 30
Octal 345 22 115 0 134 102 12 527 125 60
Binary 11100101 10010 1001101 0 1011100 1000010 1010 101010111 1010101 110000

Color Harmonies of #E5124D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5124D

Black with #E5124D

Text Example


Text Example

White with #E5124D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5124D; }

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

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

background-color css

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

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

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

border-color css

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

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

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