Html Css Color HEX #E10060 Razzmatazz

📋 copy color: '#E10060'

red 225 ◦ green 0 ◦ blue 96

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

Shades of Razzmatazz #E10060

Tints of Razzmatazz #E10060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 29.91%

R = 70.09%
G = 0%
B = 29.91%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#E10060 (or 0xE10060) is known color: Razzmatazz. HEX triplet: E1, 00 and 60. RGB value is (225,0,96). Sum of RGB (Red+Green+Blue) = 225+0+96=321 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.09% from 321); Green value is 0 (0.39% from 255 or 0% from 321); Blue value is 96 (37.89% from 255 or 29.91% from 321); Max value from RGB is 225 - color contains mainly: red. Hex color #E10060 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10060 is #1EFF9F. Grayscale: #4E4E4E. Windows color (decimal): -2031520 or 6291681. OLE color: 6291681.

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

Color convert

RGB 225 0 96 -
CMYK 0 1 0.57 0.12
HSL 334.4º 1% 0.44% -
HSV(B) 334.4º 1% 0.88% -
XYZ 33.16 16.85 12.57 -
YUV 78.22 138.04 232.69 -
System Red Green Blue C M Y K H S L
Decimal 225 0 96 0 1 0.57 0.12 334.4 1 0.44
Hex E1 0 60 0 64 39 C 14E 64 2C
Octal 341 0 140 0 144 71 14 516 144 54
Binary 11100001 0 1100000 0 1100100 111001 1100 101001110 1100100 101100

Color Harmonies of #E10060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10060

Black with #E10060

Text Example


Text Example

White with #E10060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10060; }

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

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

background-color css

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

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

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

border-color css

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

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

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