Html Css Color HEX #E10159 Razzmatazz

📋 copy color: '#E10159'

red 225 ◦ green 1 ◦ blue 89

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

Shades of Razzmatazz #E10159

Tints of Razzmatazz #E10159

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

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

R = 71.43%
G = 0.32%
B = 28.25%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#E10159 (or 0xE10159) is known color: Razzmatazz. HEX triplet: E1, 01 and 59. RGB value is (225,1,89). Sum of RGB (Red+Green+Blue) = 225+1+89=315 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.43% from 315); Green value is 1 (0.78% from 255 or 0.32% from 315); Blue value is 89 (35.16% from 255 or 28.25% from 315); Max value from RGB is 225 - color contains mainly: red. Hex color #E10159 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10159 is #1EFEA6. Grayscale: #4D4D4D. Windows color (decimal): -2031271 or 5833185. OLE color: 5833185.

HSL color Cylindrical-coordinate representation of color #E10159: hue angle of 336.43º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E10159 is Cyan = 0, Magento = 1.00, Yellow = 0.60 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 1 89 -
CMYK 0 1.00 0.60 0.12
HSL 336.43º 0.99% 0.44% -
HSV(B) 336.43º 1% 0.88% -
XYZ 32.87 16.75 10.95 -
YUV 78.01 134.21 232.84 -
System Red Green Blue C M Y K H S L
Decimal 225 1 89 0 1.00 0.60 0.12 336.43 0.99 0.44
Hex E1 1 59 0 64 3C C 150 63 2C
Octal 341 1 131 0 144 74 14 520 143 54
Binary 11100001 1 1011001 0 1100100 111100 1100 101010000 1100011 101100

Color Harmonies of #E10159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10159

Black with #E10159

Text Example


Text Example

White with #E10159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10159; }

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

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

background-color css

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

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

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

border-color css

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

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

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