Html Css Color HEX #E10064 Razzmatazz

📋 copy color: '#E10064'

red 225 ◦ green 0 ◦ blue 100

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

Shades of Razzmatazz #E10064

Tints of Razzmatazz #E10064

RGB

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

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

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

R = 69.23%
G = 0%
B = 30.77%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#E10064 (or 0xE10064) is known color: Razzmatazz. HEX triplet: E1, 00 and 64. RGB value is (225,0,100). Sum of RGB (Red+Green+Blue) = 225+0+100=325 (43% of max value = 765). Red value is 225 (88.28% from 255 or 69.23% from 325); Green value is 0 (0.39% from 255 or 0% from 325); Blue value is 100 (39.45% from 255 or 30.77% from 325); Max value from RGB is 225 - color contains mainly: red. Hex color #E10064 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10064 is #1EFF9B. Grayscale: #4E4E4E. Windows color (decimal): -2031516 or 6553825. OLE color: 6553825.

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

Color convert

RGB 225 0 100 -
CMYK 0 1 0.56 0.12
HSL 333.33º 1% 0.44% -
HSV(B) 333.33º 1% 0.88% -
XYZ 33.35 16.93 13.57 -
YUV 78.68 140.04 232.37 -
System Red Green Blue C M Y K H S L
Decimal 225 0 100 0 1 0.56 0.12 333.33 1 0.44
Hex E1 0 64 0 64 38 C 14D 64 2C
Octal 341 0 144 0 144 70 14 515 144 54
Binary 11100001 0 1100100 0 1100100 111000 1100 101001101 1100100 101100

Color Harmonies of #E10064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10064

Black with #E10064

Text Example


Text Example

White with #E10064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10064; }

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

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

background-color css

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

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

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

border-color css

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

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

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