Html Css Color HEX #E40D61 Razzmatazz

📋 copy color: '#E40D61'

red 228 ◦ green 13 ◦ blue 97

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

Shades of Razzmatazz #E40D61

Tints of Razzmatazz #E40D61

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.85%

 BLUE value IS 97 (38.28% from 255) = 28.7%

R = 67.46%
G = 3.85%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.57

 K value IS 0.11

RGB Variations

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

Color information

#E40D61 (or 0xE40D61) is known color: Razzmatazz. HEX triplet: E4, 0D and 61. RGB value is (228,13,97). Sum of RGB (Red+Green+Blue) = 228+13+97=338 (44% of max value = 765). Red value is 228 (89.45% from 255 or 67.46% from 338); Green value is 13 (5.47% from 255 or 3.85% from 338); Blue value is 97 (38.28% from 255 or 28.70% from 338); Max value from RGB is 228 - color contains mainly: red. Hex color #E40D61 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40D61 is #1BF29E. Grayscale: #565656. Windows color (decimal): -1831583 or 6360548. OLE color: 6360548.

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

Color convert

RGB 228 13 97 -
CMYK 0 0.94 0.57 0.11
HSL 336.56º 0.89% 0.47% -
HSV(B) 336.56º 0.94% 0.89% -
XYZ 34.3 17.64 12.91 -
YUV 86.86 133.73 228.67 -
System Red Green Blue C M Y K H S L
Decimal 228 13 97 0 0.94 0.57 0.11 336.56 0.89 0.47
Hex E4 D 61 0 5E 39 B 151 59 2F
Octal 344 15 141 0 136 71 13 521 131 57
Binary 11100100 1101 1100001 0 1011110 111001 1011 101010001 1011001 101111

Color Harmonies of #E40D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40D61

Black with #E40D61

Text Example


Text Example

White with #E40D61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40D61; }

 p { color: rgb(228,13,97); }

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

background-color css

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

 a { background-color: rgb(228,13,97); }

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

border-color css

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

 span { border-color: rgb(228,13,97); }

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