Html Css Color HEX #E5134F Razzmatazz

📋 copy color: '#E5134F'

red 229 ◦ green 19 ◦ blue 79

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

Shades of Razzmatazz #E5134F

Tints of Razzmatazz #E5134F

RGB

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

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

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

R = 70.03%
G = 5.81%
B = 24.16%

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

#E5134F (or 0xE5134F) is known color: Razzmatazz. HEX triplet: E5, 13 and 4F. RGB value is (229,19,79). Sum of RGB (Red+Green+Blue) = 229+19+79=327 (43% of max value = 765). Red value is 229 (89.84% from 255 or 70.03% from 327); Green value is 19 (7.81% from 255 or 5.81% from 327); Blue value is 79 (31.25% from 255 or 24.16% from 327); Max value from RGB is 229 - color contains mainly: red. Hex color #E5134F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5134F is #1AECB0. Grayscale: #585858. Windows color (decimal): -1764529 or 5182437. OLE color: 5182437.

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

Color convert

RGB 229 19 79 -
CMYK 0 0.92 0.66 0.10
HSL 342.86º 0.85% 0.49% -
HSV(B) 342.86º 0.92% 0.9% -
XYZ 33.96 17.69 9.02 -
YUV 88.63 122.57 228.12 -
System Red Green Blue C M Y K H S L
Decimal 229 19 79 0 0.92 0.66 0.10 342.86 0.85 0.49
Hex E5 13 4F 0 5C 42 A 157 55 31
Octal 345 23 117 0 134 102 12 527 125 61
Binary 11100101 10011 1001111 0 1011100 1000010 1010 101010111 1010101 110001

Color Harmonies of #E5134F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5134F

Black with #E5134F

Text Example


Text Example

White with #E5134F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5134F; }

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

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

background-color css

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

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

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

border-color css

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

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

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