Html Css Color HEX #E5054C Razzmatazz

📋 copy color: '#E5054C'

red 229 ◦ green 5 ◦ blue 76

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

Shades of Razzmatazz #E5054C

Tints of Razzmatazz #E5054C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.61%

 BLUE value IS 76 (30.08% from 255) = 24.52%

R = 73.87%
G = 1.61%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E5054C (or 0xE5054C) is known color: Razzmatazz. HEX triplet: E5, 05 and 4C. RGB value is (229,5,76). Sum of RGB (Red+Green+Blue) = 229+5+76=310 (41% of max value = 765). Red value is 229 (89.84% from 255 or 73.87% from 310); Green value is 5 (2.34% from 255 or 1.61% from 310); Blue value is 76 (30.08% from 255 or 24.52% from 310); Max value from RGB is 229 - color contains mainly: red. Hex color #E5054C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5054C is #1AFAB3. Grayscale: #505050. Windows color (decimal): -1768116 or 4982245. OLE color: 4982245.

HSL color Cylindrical-coordinate representation of color #E5054C: hue angle of 340.98º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E5054C is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 5 76 -
CMYK 0 0.98 0.67 0.10
HSL 340.98º 0.96% 0.46% -
HSV(B) 340.98º 0.98% 0.9% -
XYZ 33.67 17.29 8.4 -
YUV 80.07 125.71 234.23 -
System Red Green Blue C M Y K H S L
Decimal 229 5 76 0 0.98 0.67 0.10 340.98 0.96 0.46
Hex E5 5 4C 0 62 43 A 155 60 2E
Octal 345 5 114 0 142 103 12 525 140 56
Binary 11100101 101 1001100 0 1100010 1000011 1010 101010101 1100000 101110

Color Harmonies of #E5054C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5054C

Black with #E5054C

Text Example


Text Example

White with #E5054C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5054C; }

 p { color: rgb(229,5,76); }

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

background-color css

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

 a { background-color: rgb(229,5,76); }

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

border-color css

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

 span { border-color: rgb(229,5,76); }

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