Html Css Color HEX #E40A4D Razzmatazz

📋 copy color: '#E40A4D'

red 228 ◦ green 10 ◦ blue 77

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

Shades of Razzmatazz #E40A4D

Tints of Razzmatazz #E40A4D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.17%

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

R = 72.38%
G = 3.17%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.66

 K value IS 0.11

RGB Variations

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

Color information

#E40A4D (or 0xE40A4D) is known color: Razzmatazz. HEX triplet: E4, 0A and 4D. RGB value is (228,10,77). Sum of RGB (Red+Green+Blue) = 228+10+77=315 (41% of max value = 765). Red value is 228 (89.45% from 255 or 72.38% from 315); Green value is 10 (4.30% from 255 or 3.17% from 315); Blue value is 77 (30.47% from 255 or 24.44% from 315); Max value from RGB is 228 - color contains mainly: red. Hex color #E40A4D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40A4D is #1BF5B2. Grayscale: #525252. Windows color (decimal): -1832371 or 5049060. OLE color: 5049060.

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

Color convert

RGB 228 10 77 -
CMYK 0 0.96 0.66 0.11
HSL 341.56º 0.92% 0.47% -
HSV(B) 341.56º 0.96% 0.89% -
XYZ 33.44 17.25 8.59 -
YUV 82.82 124.72 231.55 -
System Red Green Blue C M Y K H S L
Decimal 228 10 77 0 0.96 0.66 0.11 341.56 0.92 0.47
Hex E4 A 4D 0 60 42 B 156 5C 2F
Octal 344 12 115 0 140 102 13 526 134 57
Binary 11100100 1010 1001101 0 1100000 1000010 1011 101010110 1011100 101111

Color Harmonies of #E40A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40A4D

Black with #E40A4D

Text Example


Text Example

White with #E40A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40A4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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