Html Css Color HEX #E00863 Razzmatazz

📋 copy color: '#E00863'

red 224 ◦ green 8 ◦ blue 99

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

Shades of Razzmatazz #E00863

Tints of Razzmatazz #E00863

RGB

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

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

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

R = 67.67%
G = 2.42%
B = 29.91%

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

#E00863 (or 0xE00863) is known color: Razzmatazz. HEX triplet: E0, 08 and 63. RGB value is (224,8,99). Sum of RGB (Red+Green+Blue) = 224+8+99=331 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.67% from 331); Green value is 8 (3.52% from 255 or 2.42% from 331); Blue value is 99 (39.06% from 255 or 29.91% from 331); Max value from RGB is 224 - color contains mainly: red. Hex color #E00863 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00863 is #1FF79C. Grayscale: #525252. Windows color (decimal): -2095005 or 6490336. OLE color: 6490336.

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

Color convert

RGB 224 8 99 -
CMYK 0 0.96 0.56 0.12
HSL 334.72º 0.93% 0.45% -
HSV(B) 334.72º 0.96% 0.88% -
XYZ 33.08 16.92 13.33 -
YUV 82.96 137.06 228.6 -
System Red Green Blue C M Y K H S L
Decimal 224 8 99 0 0.96 0.56 0.12 334.72 0.93 0.45
Hex E0 8 63 0 60 38 C 14F 5D 2D
Octal 340 10 143 0 140 70 14 517 135 55
Binary 11100000 1000 1100011 0 1100000 111000 1100 101001111 1011101 101101

Color Harmonies of #E00863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00863

Black with #E00863

Text Example


Text Example

White with #E00863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00863; }

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

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

background-color css

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

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

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

border-color css

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

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

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