Html Css Color HEX #E0075D Razzmatazz

📋 copy color: '#E0075D'

red 224 ◦ green 7 ◦ blue 93

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

Shades of Razzmatazz #E0075D

Tints of Razzmatazz #E0075D

RGB

 RED value IS 224 (87.89% from 255) = 69.14%

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

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

R = 69.14%
G = 2.16%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E0075D (or 0xE0075D) is known color: Razzmatazz. HEX triplet: E0, 07 and 5D. RGB value is (224,7,93). Sum of RGB (Red+Green+Blue) = 224+7+93=324 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.14% from 324); Green value is 7 (3.12% from 255 or 2.16% from 324); Blue value is 93 (36.72% from 255 or 28.70% from 324); Max value from RGB is 224 - color contains mainly: red. Hex color #E0075D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0075D is #1FF8A2. Grayscale: #515151. Windows color (decimal): -2095267 or 6096864. OLE color: 6096864.

HSL color Cylindrical-coordinate representation of color #E0075D: hue angle of 336.22º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E0075D is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 7 93 -
CMYK 0 0.97 0.58 0.12
HSL 336.22º 0.94% 0.45% -
HSV(B) 336.22º 0.97% 0.88% -
XYZ 32.79 16.79 11.87 -
YUV 81.69 134.39 229.51 -
System Red Green Blue C M Y K H S L
Decimal 224 7 93 0 0.97 0.58 0.12 336.22 0.94 0.45
Hex E0 7 5D 0 61 3A C 150 5E 2D
Octal 340 7 135 0 141 72 14 520 136 55
Binary 11100000 111 1011101 0 1100001 111010 1100 101010000 1011110 101101

Color Harmonies of #E0075D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0075D

Black with #E0075D

Text Example


Text Example

White with #E0075D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0075D; }

 p { color: rgb(224,7,93); }

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

background-color css

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

 a { background-color: rgb(224,7,93); }

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

border-color css

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

 span { border-color: rgb(224,7,93); }

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