Html Css Color HEX #E5054B Razzmatazz

📋 copy color: '#E5054B'

red 229 ◦ green 5 ◦ blue 75

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

Shades of Razzmatazz #E5054B

Tints of Razzmatazz #E5054B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 24.27%

R = 74.11%
G = 1.62%
B = 24.27%

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

#E5054B (or 0xE5054B) is known color: Razzmatazz. HEX triplet: E5, 05 and 4B. RGB value is (229,5,75). Sum of RGB (Red+Green+Blue) = 229+5+75=309 (40% of max value = 765). Red value is 229 (89.84% from 255 or 74.11% from 309); Green value is 5 (2.34% from 255 or 1.62% from 309); Blue value is 75 (29.69% from 255 or 24.27% from 309); Max value from RGB is 229 - color contains mainly: red. Hex color #E5054B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5054B is #1AFAB4. Grayscale: #4F4F4F. Windows color (decimal): -1768117 or 4916709. OLE color: 4916709.

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

Color convert

RGB 229 5 75 -
CMYK 0 0.98 0.67 0.10
HSL 341.25º 0.96% 0.46% -
HSV(B) 341.25º 0.98% 0.9% -
XYZ 33.64 17.27 8.22 -
YUV 79.96 125.21 234.31 -
System Red Green Blue C M Y K H S L
Decimal 229 5 75 0 0.98 0.67 0.10 341.25 0.96 0.46
Hex E5 5 4B 0 62 43 A 155 60 2E
Octal 345 5 113 0 142 103 12 525 140 56
Binary 11100101 101 1001011 0 1100010 1000011 1010 101010101 1100000 101110

Color Harmonies of #E5054B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5054B

Black with #E5054B

Text Example


Text Example

White with #E5054B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5054B; }

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

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

background-color css

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

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

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

border-color css

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

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

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