Html Css Color HEX #E10063 Razzmatazz

📋 copy color: '#E10063'

red 225 ◦ green 0 ◦ blue 99

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

Shades of Razzmatazz #E10063

Tints of Razzmatazz #E10063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 30.56%

R = 69.44%
G = 0%
B = 30.56%

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

#E10063 (or 0xE10063) is known color: Razzmatazz. HEX triplet: E1, 00 and 63. RGB value is (225,0,99). Sum of RGB (Red+Green+Blue) = 225+0+99=324 (42% of max value = 765). Red value is 225 (88.28% from 255 or 69.44% from 324); Green value is 0 (0.39% from 255 or 0% from 324); Blue value is 99 (39.06% from 255 or 30.56% from 324); Max value from RGB is 225 - color contains mainly: red. Hex color #E10063 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10063 is #1EFF9C. Grayscale: #4E4E4E. Windows color (decimal): -2031517 or 6488289. OLE color: 6488289.

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

Color convert

RGB 225 0 99 -
CMYK 0 1 0.56 0.12
HSL 333.6º 1% 0.44% -
HSV(B) 333.6º 1% 0.88% -
XYZ 33.3 16.91 13.31 -
YUV 78.56 139.54 232.45 -
System Red Green Blue C M Y K H S L
Decimal 225 0 99 0 1 0.56 0.12 333.6 1 0.44
Hex E1 0 63 0 64 38 C 14E 64 2C
Octal 341 0 143 0 144 70 14 516 144 54
Binary 11100001 0 1100011 0 1100100 111000 1100 101001110 1100100 101100

Color Harmonies of #E10063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10063

Black with #E10063

Text Example


Text Example

White with #E10063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10063; }

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

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

background-color css

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

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

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

border-color css

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

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

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