Html Css Color HEX #E1075D Razzmatazz

📋 copy color: '#E1075D'

red 225 ◦ green 7 ◦ blue 93

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

Shades of Razzmatazz #E1075D

Tints of Razzmatazz #E1075D

RGB

 RED value IS 225 (88.28% from 255) = 69.23%

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

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

R = 69.23%
G = 2.15%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#E1075D (or 0xE1075D) is known color: Razzmatazz. HEX triplet: E1, 07 and 5D. RGB value is (225,7,93). Sum of RGB (Red+Green+Blue) = 225+7+93=325 (43% of max value = 765). Red value is 225 (88.28% from 255 or 69.23% from 325); Green value is 7 (3.12% from 255 or 2.15% from 325); Blue value is 93 (36.72% from 255 or 28.62% from 325); Max value from RGB is 225 - color contains mainly: red. Hex color #E1075D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1075D is #1EF8A2. Grayscale: #515151. Windows color (decimal): -2029731 or 6096865. OLE color: 6096865.

HSL color Cylindrical-coordinate representation of color #E1075D: hue angle of 336.33º 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 #E1075D is Cyan = 0, Magento = 0.97, Yellow = 0.59 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 7 93 -
CMYK 0 0.97 0.59 0.12
HSL 336.33º 0.94% 0.45% -
HSV(B) 336.33º 0.97% 0.88% -
XYZ 33.1 16.95 11.88 -
YUV 81.99 134.22 230.01 -
System Red Green Blue C M Y K H S L
Decimal 225 7 93 0 0.97 0.59 0.12 336.33 0.94 0.45
Hex E1 7 5D 0 61 3B C 150 5E 2D
Octal 341 7 135 0 141 73 14 520 136 55
Binary 11100001 111 1011101 0 1100001 111011 1100 101010000 1011110 101101

Color Harmonies of #E1075D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1075D

Black with #E1075D

Text Example


Text Example

White with #E1075D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1075D; }

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

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

background-color css

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

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

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

border-color css

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

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

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