Html Css Color HEX #E5124F Razzmatazz

📋 copy color: '#E5124F'

red 229 ◦ green 18 ◦ blue 79

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

Shades of Razzmatazz #E5124F

Tints of Razzmatazz #E5124F

RGB

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

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

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

R = 70.25%
G = 5.52%
B = 24.23%

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

#E5124F (or 0xE5124F) is known color: Razzmatazz. HEX triplet: E5, 12 and 4F. RGB value is (229,18,79). Sum of RGB (Red+Green+Blue) = 229+18+79=326 (43% of max value = 765). Red value is 229 (89.84% from 255 or 70.25% from 326); Green value is 18 (7.42% from 255 or 5.52% from 326); Blue value is 79 (31.25% from 255 or 24.23% from 326); Max value from RGB is 229 - color contains mainly: red. Hex color #E5124F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5124F is #1AEDB0. Grayscale: #585858. Windows color (decimal): -1764785 or 5182181. OLE color: 5182181.

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

Color convert

RGB 229 18 79 -
CMYK 0 0.92 0.66 0.10
HSL 342.65º 0.85% 0.48% -
HSV(B) 342.65º 0.92% 0.9% -
XYZ 33.94 17.66 9.02 -
YUV 88.04 122.9 228.54 -
System Red Green Blue C M Y K H S L
Decimal 229 18 79 0 0.92 0.66 0.10 342.65 0.85 0.48
Hex E5 12 4F 0 5C 42 A 157 55 30
Octal 345 22 117 0 134 102 12 527 125 60
Binary 11100101 10010 1001111 0 1011100 1000010 1010 101010111 1010101 110000

Color Harmonies of #E5124F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5124F

Black with #E5124F

Text Example


Text Example

White with #E5124F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5124F; }

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

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

background-color css

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

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

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

border-color css

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

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

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