Html Css Color HEX #E00163 Razzmatazz

📋 copy color: '#E00163'

red 224 ◦ green 1 ◦ blue 99

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

Shades of Razzmatazz #E00163

Tints of Razzmatazz #E00163

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

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

R = 69.14%
G = 0.31%
B = 30.56%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#E00163 (or 0xE00163) is known color: Razzmatazz. HEX triplet: E0, 01 and 63. RGB value is (224,1,99). Sum of RGB (Red+Green+Blue) = 224+1+99=324 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.14% from 324); Green value is 1 (0.78% from 255 or 0.31% from 324); Blue value is 99 (39.06% from 255 or 30.56% from 324); Max value from RGB is 224 - color contains mainly: red. Hex color #E00163 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00163 is #1FFE9C. Grayscale: #4E4E4E. Windows color (decimal): -2096797 or 6488544. OLE color: 6488544.

HSL color Cylindrical-coordinate representation of color #E00163: hue angle of 333.63º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E00163 is Cyan = 0, Magento = 1.00, Yellow = 0.56 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 1 99 -
CMYK 0 1.00 0.56 0.12
HSL 333.63º 0.99% 0.44% -
HSV(B) 333.63º 1% 0.88% -
XYZ 33 16.77 13.3 -
YUV 78.85 139.38 231.53 -
System Red Green Blue C M Y K H S L
Decimal 224 1 99 0 1.00 0.56 0.12 333.63 0.99 0.44
Hex E0 1 63 0 64 38 C 14E 63 2C
Octal 340 1 143 0 144 70 14 516 143 54
Binary 11100000 1 1100011 0 1100100 111000 1100 101001110 1100011 101100

Color Harmonies of #E00163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00163

Black with #E00163

Text Example


Text Example

White with #E00163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00163; }

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

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

background-color css

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

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

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

border-color css

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

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

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