Html Css Color HEX #E00063 Razzmatazz

📋 copy color: '#E00063'

red 224 ◦ green 0 ◦ blue 99

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

Shades of Razzmatazz #E00063

Tints of Razzmatazz #E00063

RGB

 RED value IS 224 (87.89% from 255) = 69.35%

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

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

R = 69.35%
G = 0%
B = 30.65%

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

#E00063 (or 0xE00063) is known color: Razzmatazz. HEX triplet: E0, 00 and 63. RGB value is (224,0,99). Sum of RGB (Red+Green+Blue) = 224+0+99=323 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.35% from 323); Green value is 0 (0.39% from 255 or 0% from 323); Blue value is 99 (39.06% from 255 or 30.65% from 323); Max value from RGB is 224 - color contains mainly: red. Hex color #E00063 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00063 is #1FFF9C. Grayscale: #4E4E4E. Windows color (decimal): -2097053 or 6488288. OLE color: 6488288.

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

Color convert

RGB 224 0 99 -
CMYK 0 1 0.56 0.12
HSL 333.48º 1% 0.44% -
HSV(B) 333.48º 1% 0.88% -
XYZ 32.99 16.75 13.3 -
YUV 78.26 139.71 231.95 -
System Red Green Blue C M Y K H S L
Decimal 224 0 99 0 1 0.56 0.12 333.48 1 0.44
Hex E0 0 63 0 64 38 C 14D 64 2C
Octal 340 0 143 0 144 70 14 515 144 54
Binary 11100000 0 1100011 0 1100100 111000 1100 101001101 1100100 101100

Color Harmonies of #E00063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00063

Black with #E00063

Text Example


Text Example

White with #E00063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00063; }

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

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

background-color css

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

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

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

border-color css

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

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

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