Html Css Color HEX #E40755 Razzmatazz

📋 copy color: '#E40755'

red 228 ◦ green 7 ◦ blue 85

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

Shades of Razzmatazz #E40755

Tints of Razzmatazz #E40755

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.19%

 BLUE value IS 85 (33.59% from 255) = 26.56%

R = 71.25%
G = 2.19%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.63

 K value IS 0.11

RGB Variations

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

Color information

#E40755 (or 0xE40755) is known color: Razzmatazz. HEX triplet: E4, 07 and 55. RGB value is (228,7,85). Sum of RGB (Red+Green+Blue) = 228+7+85=320 (42% of max value = 765). Red value is 228 (89.45% from 255 or 71.25% from 320); Green value is 7 (3.12% from 255 or 2.19% from 320); Blue value is 85 (33.59% from 255 or 26.56% from 320); Max value from RGB is 228 - color contains mainly: red. Hex color #E40755 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40755 is #1BF8AA. Grayscale: #515151. Windows color (decimal): -1833131 or 5572580. OLE color: 5572580.

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

Color convert

RGB 228 7 85 -
CMYK 0 0.97 0.63 0.11
HSL 338.82º 0.94% 0.46% -
HSV(B) 338.82º 0.97% 0.89% -
XYZ 33.71 17.3 10.16 -
YUV 81.97 129.72 232.16 -
System Red Green Blue C M Y K H S L
Decimal 228 7 85 0 0.97 0.63 0.11 338.82 0.94 0.46
Hex E4 7 55 0 61 3F B 153 5E 2E
Octal 344 7 125 0 141 77 13 523 136 56
Binary 11100100 111 1010101 0 1100001 111111 1011 101010011 1011110 101110

Color Harmonies of #E40755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40755

Black with #E40755

Text Example


Text Example

White with #E40755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40755; }

 p { color: rgb(228,7,85); }

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

background-color css

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

 a { background-color: rgb(228,7,85); }

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

border-color css

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

 span { border-color: rgb(228,7,85); }

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