Html Css Color HEX #E5134D Razzmatazz

📋 copy color: '#E5134D'

red 229 ◦ green 19 ◦ blue 77

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

Shades of Razzmatazz #E5134D

Tints of Razzmatazz #E5134D

RGB

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

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

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

R = 70.46%
G = 5.85%
B = 23.69%

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

#E5134D (or 0xE5134D) is known color: Razzmatazz. HEX triplet: E5, 13 and 4D. RGB value is (229,19,77). Sum of RGB (Red+Green+Blue) = 229+19+77=325 (43% of max value = 765). Red value is 229 (89.84% from 255 or 70.46% from 325); Green value is 19 (7.81% from 255 or 5.85% from 325); Blue value is 77 (30.47% from 255 or 23.69% from 325); Max value from RGB is 229 - color contains mainly: red. Hex color #E5134D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5134D is #1AECB2. Grayscale: #585858. Windows color (decimal): -1764531 or 5051365. OLE color: 5051365.

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

Color convert

RGB 229 19 77 -
CMYK 0 0.92 0.66 0.10
HSL 343.43º 0.85% 0.49% -
HSV(B) 343.43º 0.92% 0.9% -
XYZ 33.89 17.66 8.64 -
YUV 88.4 121.57 228.28 -
System Red Green Blue C M Y K H S L
Decimal 229 19 77 0 0.92 0.66 0.10 343.43 0.85 0.49
Hex E5 13 4D 0 5C 42 A 157 55 31
Octal 345 23 115 0 134 102 12 527 125 61
Binary 11100101 10011 1001101 0 1011100 1000010 1010 101010111 1010101 110001

Color Harmonies of #E5134D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5134D

Black with #E5134D

Text Example


Text Example

White with #E5134D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5134D; }

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

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

background-color css

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

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

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

border-color css

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

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

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