Html Css Color HEX #E4054D Razzmatazz

📋 copy color: '#E4054D'

red 228 ◦ green 5 ◦ blue 77

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

Shades of Razzmatazz #E4054D

Tints of Razzmatazz #E4054D

RGB

 RED value IS 228 (89.45% from 255) = 73.55%

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

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

R = 73.55%
G = 1.61%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.66

 K value IS 0.11

RGB Variations

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

Color information

#E4054D (or 0xE4054D) is known color: Razzmatazz. HEX triplet: E4, 05 and 4D. RGB value is (228,5,77). Sum of RGB (Red+Green+Blue) = 228+5+77=310 (41% of max value = 765). Red value is 228 (89.45% from 255 or 73.55% from 310); Green value is 5 (2.34% from 255 or 1.61% from 310); Blue value is 77 (30.47% from 255 or 24.84% from 310); Max value from RGB is 228 - color contains mainly: red. Hex color #E4054D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E4054D is #1BFAB2. Grayscale: #4F4F4F. Windows color (decimal): -1833651 or 5047780. OLE color: 5047780.

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

Color convert

RGB 228 5 77 -
CMYK 0 0.98 0.66 0.11
HSL 340.63º 0.96% 0.46% -
HSV(B) 340.63º 0.98% 0.89% -
XYZ 33.39 17.14 8.57 -
YUV 79.89 126.38 233.65 -
System Red Green Blue C M Y K H S L
Decimal 228 5 77 0 0.98 0.66 0.11 340.63 0.96 0.46
Hex E4 5 4D 0 62 42 B 155 60 2E
Octal 344 5 115 0 142 102 13 525 140 56
Binary 11100100 101 1001101 0 1100010 1000010 1011 101010101 1100000 101110

Color Harmonies of #E4054D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4054D

Black with #E4054D

Text Example


Text Example

White with #E4054D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4054D; }

 p { color: rgb(228,5,77); }

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

background-color css

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

 a { background-color: rgb(228,5,77); }

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

border-color css

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

 span { border-color: rgb(228,5,77); }

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