Html Css Color HEX #E40F5D Razzmatazz

📋 copy color: '#E40F5D'

red 228 ◦ green 15 ◦ blue 93

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

Shades of Razzmatazz #E40F5D

Tints of Razzmatazz #E40F5D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.46%

 BLUE value IS 93 (36.72% from 255) = 27.68%

R = 67.86%
G = 4.46%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#E40F5D (or 0xE40F5D) is known color: Razzmatazz. HEX triplet: E4, 0F and 5D. RGB value is (228,15,93). Sum of RGB (Red+Green+Blue) = 228+15+93=336 (44% of max value = 765). Red value is 228 (89.45% from 255 or 67.86% from 336); Green value is 15 (6.25% from 255 or 4.46% from 336); Blue value is 93 (36.72% from 255 or 27.68% from 336); Max value from RGB is 228 - color contains mainly: red. Hex color #E40F5D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40F5D is #1BF0A2. Grayscale: #575757. Windows color (decimal): -1831075 or 6098916. OLE color: 6098916.

HSL color Cylindrical-coordinate representation of color #E40F5D: hue angle of 338.03º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E40F5D is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 15 93 -
CMYK 0 0.93 0.59 0.11
HSL 338.03º 0.88% 0.48% -
HSV(B) 338.03º 0.93% 0.89% -
XYZ 34.14 17.63 11.96 -
YUV 87.58 131.07 228.16 -
System Red Green Blue C M Y K H S L
Decimal 228 15 93 0 0.93 0.59 0.11 338.03 0.88 0.48
Hex E4 F 5D 0 5D 3B B 152 58 30
Octal 344 17 135 0 135 73 13 522 130 60
Binary 11100100 1111 1011101 0 1011101 111011 1011 101010010 1011000 110000

Color Harmonies of #E40F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40F5D

Black with #E40F5D

Text Example


Text Example

White with #E40F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40F5D; }

 p { color: rgb(228,15,93); }

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

background-color css

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

 a { background-color: rgb(228,15,93); }

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

border-color css

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

 span { border-color: rgb(228,15,93); }

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