Html Css Color HEX #E10759 Razzmatazz

📋 copy color: '#E10759'

red 225 ◦ green 7 ◦ blue 89

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

Shades of Razzmatazz #E10759

Tints of Razzmatazz #E10759

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 27.73%

R = 70.09%
G = 2.18%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#E10759 (or 0xE10759) is known color: Razzmatazz. HEX triplet: E1, 07 and 59. RGB value is (225,7,89). Sum of RGB (Red+Green+Blue) = 225+7+89=321 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.09% from 321); Green value is 7 (3.12% from 255 or 2.18% from 321); Blue value is 89 (35.16% from 255 or 27.73% from 321); Max value from RGB is 225 - color contains mainly: red. Hex color #E10759 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10759 is #1EF8A6. Grayscale: #515151. Windows color (decimal): -2029735 or 5834721. OLE color: 5834721.

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

Color convert

RGB 225 7 89 -
CMYK 0 0.97 0.60 0.12
HSL 337.43º 0.94% 0.45% -
HSV(B) 337.43º 0.97% 0.88% -
XYZ 32.93 16.88 10.97 -
YUV 81.53 132.22 230.33 -
System Red Green Blue C M Y K H S L
Decimal 225 7 89 0 0.97 0.60 0.12 337.43 0.94 0.45
Hex E1 7 59 0 61 3C C 151 5E 2D
Octal 341 7 131 0 141 74 14 521 136 55
Binary 11100001 111 1011001 0 1100001 111100 1100 101010001 1011110 101101

Color Harmonies of #E10759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10759

Black with #E10759

Text Example


Text Example

White with #E10759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10759; }

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

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

background-color css

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

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

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

border-color css

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

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

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