Html Css Color HEX #E5164F Razzmatazz

📋 copy color: '#E5164F'

red 229 ◦ green 22 ◦ blue 79

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

Shades of Razzmatazz #E5164F

Tints of Razzmatazz #E5164F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.67%

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

R = 69.39%
G = 6.67%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.66

 K value IS 0.10

RGB Variations

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

Color information

#E5164F (or 0xE5164F) is known color: Razzmatazz. HEX triplet: E5, 16 and 4F. RGB value is (229,22,79). Sum of RGB (Red+Green+Blue) = 229+22+79=330 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.39% from 330); Green value is 22 (8.98% from 255 or 6.67% from 330); Blue value is 79 (31.25% from 255 or 23.94% from 330); Max value from RGB is 229 - color contains mainly: red. Hex color #E5164F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5164F is #1AE9B0. Grayscale: #5A5A5A. Windows color (decimal): -1763761 or 5183205. OLE color: 5183205.

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

Color convert

RGB 229 22 79 -
CMYK 0 0.90 0.66 0.10
HSL 343.48º 0.82% 0.49% -
HSV(B) 343.48º 0.9% 0.9% -
XYZ 34.01 17.8 9.04 -
YUV 90.39 121.58 226.87 -
System Red Green Blue C M Y K H S L
Decimal 229 22 79 0 0.90 0.66 0.10 343.48 0.82 0.49
Hex E5 16 4F 0 5A 42 A 157 52 31
Octal 345 26 117 0 132 102 12 527 122 61
Binary 11100101 10110 1001111 0 1011010 1000010 1010 101010111 1010010 110001

Color Harmonies of #E5164F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5164F

Black with #E5164F

Text Example


Text Example

White with #E5164F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5164F; }

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

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

background-color css

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

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

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

border-color css

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

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

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