Html Css Color HEX #E10056 Razzmatazz

📋 copy color: '#E10056'

red 225 ◦ green 0 ◦ blue 86

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

Shades of Razzmatazz #E10056

Tints of Razzmatazz #E10056

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 86 (33.98% from 255) = 27.65%

R = 72.35%
G = 0%
B = 27.65%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E10056 (or 0xE10056) is known color: Razzmatazz. HEX triplet: E1, 00 and 56. RGB value is (225,0,86). Sum of RGB (Red+Green+Blue) = 225+0+86=311 (41% of max value = 765). Red value is 225 (88.28% from 255 or 72.35% from 311); Green value is 0 (0.39% from 255 or 0% from 311); Blue value is 86 (33.98% from 255 or 27.65% from 311); Max value from RGB is 225 - color contains mainly: red. Hex color #E10056 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10056 is #1EFFA9. Grayscale: #4C4C4C. Windows color (decimal): -2031530 or 5636321. OLE color: 5636321.

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

Color convert

RGB 225 0 86 -
CMYK 0 1 0.62 0.12
HSL 337.07º 1% 0.44% -
HSV(B) 337.07º 1% 0.88% -
XYZ 32.73 16.68 10.3 -
YUV 77.08 133.04 233.51 -
System Red Green Blue C M Y K H S L
Decimal 225 0 86 0 1 0.62 0.12 337.07 1 0.44
Hex E1 0 56 0 64 3E C 151 64 2C
Octal 341 0 126 0 144 76 14 521 144 54
Binary 11100001 0 1010110 0 1100100 111110 1100 101010001 1100100 101100

Color Harmonies of #E10056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10056

Black with #E10056

Text Example


Text Example

White with #E10056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10056; }

 p { color: rgb(225,0,86); }

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

background-color css

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

 a { background-color: rgb(225,0,86); }

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

border-color css

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

 span { border-color: rgb(225,0,86); }

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