Html Css Color HEX #E10864 Razzmatazz

📋 copy color: '#E10864'

red 225 ◦ green 8 ◦ blue 100

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

Shades of Razzmatazz #E10864

Tints of Razzmatazz #E10864

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.4%

 BLUE value IS 100 (39.45% from 255) = 30.03%

R = 67.57%
G = 2.4%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#E10864 (or 0xE10864) is known color: Razzmatazz. HEX triplet: E1, 08 and 64. RGB value is (225,8,100). Sum of RGB (Red+Green+Blue) = 225+8+100=333 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.57% from 333); Green value is 8 (3.52% from 255 or 2.40% from 333); Blue value is 100 (39.45% from 255 or 30.03% from 333); Max value from RGB is 225 - color contains mainly: red. Hex color #E10864 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10864 is #1EF79B. Grayscale: #535353. Windows color (decimal): -2029468 or 6555873. OLE color: 6555873.

HSL color Cylindrical-coordinate representation of color #E10864: hue angle of 334.56º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E10864 is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 8 100 -
CMYK 0 0.96 0.56 0.12
HSL 334.56º 0.93% 0.46% -
HSV(B) 334.56º 0.96% 0.88% -
XYZ 33.44 17.1 13.6 -
YUV 83.37 137.39 229.02 -
System Red Green Blue C M Y K H S L
Decimal 225 8 100 0 0.96 0.56 0.12 334.56 0.93 0.46
Hex E1 8 64 0 60 38 C 14F 5D 2E
Octal 341 10 144 0 140 70 14 517 135 56
Binary 11100001 1000 1100100 0 1100000 111000 1100 101001111 1011101 101110

Color Harmonies of #E10864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10864

Black with #E10864

Text Example


Text Example

White with #E10864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10864; }

 p { color: rgb(225,8,100); }

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

background-color css

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

 a { background-color: rgb(225,8,100); }

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

border-color css

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

 span { border-color: rgb(225,8,100); }

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