Html Css Color HEX #E40958 Razzmatazz

📋 copy color: '#E40958'

red 228 ◦ green 9 ◦ blue 88

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

Shades of Razzmatazz #E40958

Tints of Razzmatazz #E40958

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.77%

 BLUE value IS 88 (34.77% from 255) = 27.08%

R = 70.15%
G = 2.77%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.61

 K value IS 0.11

RGB Variations

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

Color information

#E40958 (or 0xE40958) is known color: Razzmatazz. HEX triplet: E4, 09 and 58. RGB value is (228,9,88). Sum of RGB (Red+Green+Blue) = 228+9+88=325 (43% of max value = 765). Red value is 228 (89.45% from 255 or 70.15% from 325); Green value is 9 (3.91% from 255 or 2.77% from 325); Blue value is 88 (34.77% from 255 or 27.08% from 325); Max value from RGB is 228 - color contains mainly: red. Hex color #E40958 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40958 is #1BF6A7. Grayscale: #535353. Windows color (decimal): -1832616 or 5769700. OLE color: 5769700.

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

Color convert

RGB 228 9 88 -
CMYK 0 0.96 0.61 0.11
HSL 338.36º 0.92% 0.46% -
HSV(B) 338.36º 0.96% 0.89% -
XYZ 33.85 17.39 10.81 -
YUV 83.49 130.55 231.08 -
System Red Green Blue C M Y K H S L
Decimal 228 9 88 0 0.96 0.61 0.11 338.36 0.92 0.46
Hex E4 9 58 0 60 3D B 152 5C 2E
Octal 344 11 130 0 140 75 13 522 134 56
Binary 11100100 1001 1011000 0 1100000 111101 1011 101010010 1011100 101110

Color Harmonies of #E40958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40958

Black with #E40958

Text Example


Text Example

White with #E40958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40958; }

 p { color: rgb(228,9,88); }

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

background-color css

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

 a { background-color: rgb(228,9,88); }

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

border-color css

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

 span { border-color: rgb(228,9,88); }

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