Html Css Color HEX #E40550 Razzmatazz

📋 copy color: '#E40550'

red 228 ◦ green 5 ◦ blue 80

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

Shades of Razzmatazz #E40550

Tints of Razzmatazz #E40550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 25.56%

R = 72.84%
G = 1.6%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#E40550 (or 0xE40550) is known color: Razzmatazz. HEX triplet: E4, 05 and 50. RGB value is (228,5,80). Sum of RGB (Red+Green+Blue) = 228+5+80=313 (41% of max value = 765). Red value is 228 (89.45% from 255 or 72.84% from 313); Green value is 5 (2.34% from 255 or 1.60% from 313); Blue value is 80 (31.64% from 255 or 25.56% from 313); Max value from RGB is 228 - color contains mainly: red. Hex color #E40550 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40550 is #1BFAAF. Grayscale: #505050. Windows color (decimal): -1833648 or 5244388. OLE color: 5244388.

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

Color convert

RGB 228 5 80 -
CMYK 0 0.98 0.65 0.11
HSL 339.82º 0.96% 0.46% -
HSV(B) 339.82º 0.98% 0.89% -
XYZ 33.5 17.18 9.14 -
YUV 80.23 127.88 233.4 -
System Red Green Blue C M Y K H S L
Decimal 228 5 80 0 0.98 0.65 0.11 339.82 0.96 0.46
Hex E4 5 50 0 62 41 B 154 60 2E
Octal 344 5 120 0 142 101 13 524 140 56
Binary 11100100 101 1010000 0 1100010 1000001 1011 101010100 1100000 101110

Color Harmonies of #E40550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40550

Black with #E40550

Text Example


Text Example

White with #E40550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40550; }

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

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

background-color css

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

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

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

border-color css

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

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

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