Html Css Color HEX #E40561 Razzmatazz

📋 copy color: '#E40561'

red 228 ◦ green 5 ◦ blue 97

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

Shades of Razzmatazz #E40561

Tints of Razzmatazz #E40561

RGB

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

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

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

R = 69.09%
G = 1.52%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.57

 K value IS 0.11

RGB Variations

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

Color information

#E40561 (or 0xE40561) is known color: Razzmatazz. HEX triplet: E4, 05 and 61. RGB value is (228,5,97). Sum of RGB (Red+Green+Blue) = 228+5+97=330 (43% of max value = 765). Red value is 228 (89.45% from 255 or 69.09% from 330); Green value is 5 (2.34% from 255 or 1.52% from 330); Blue value is 97 (38.28% from 255 or 29.39% from 330); Max value from RGB is 228 - color contains mainly: red. Hex color #E40561 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40561 is #1BFA9E. Grayscale: #525252. Windows color (decimal): -1833631 or 6358500. OLE color: 6358500.

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

Color convert

RGB 228 5 97 -
CMYK 0 0.98 0.57 0.11
HSL 335.25º 0.96% 0.46% -
HSV(B) 335.25º 0.98% 0.89% -
XYZ 34.21 17.47 12.88 -
YUV 82.17 136.38 232.02 -
System Red Green Blue C M Y K H S L
Decimal 228 5 97 0 0.98 0.57 0.11 335.25 0.96 0.46
Hex E4 5 61 0 62 39 B 14F 60 2E
Octal 344 5 141 0 142 71 13 517 140 56
Binary 11100100 101 1100001 0 1100010 111001 1011 101001111 1100000 101110

Color Harmonies of #E40561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40561

Black with #E40561

Text Example


Text Example

White with #E40561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40561; }

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

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

background-color css

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

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

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

border-color css

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

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

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