Html Css Color HEX #E00463 Razzmatazz

📋 copy color: '#E00463'

red 224 ◦ green 4 ◦ blue 99

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

Shades of Razzmatazz #E00463

Tints of Razzmatazz #E00463

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.22%

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

R = 68.5%
G = 1.22%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#E00463 (or 0xE00463) is known color: Razzmatazz. HEX triplet: E0, 04 and 63. RGB value is (224,4,99). Sum of RGB (Red+Green+Blue) = 224+4+99=327 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.50% from 327); Green value is 4 (1.95% from 255 or 1.22% from 327); Blue value is 99 (39.06% from 255 or 30.28% from 327); Max value from RGB is 224 - color contains mainly: red. Hex color #E00463 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00463 is #1FFB9C. Grayscale: #505050. Windows color (decimal): -2096029 or 6489312. OLE color: 6489312.

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

Color convert

RGB 224 4 99 -
CMYK 0 0.98 0.56 0.12
HSL 334.09º 0.96% 0.45% -
HSV(B) 334.09º 0.98% 0.88% -
XYZ 33.04 16.83 13.31 -
YUV 80.61 138.39 230.28 -
System Red Green Blue C M Y K H S L
Decimal 224 4 99 0 0.98 0.56 0.12 334.09 0.96 0.45
Hex E0 4 63 0 62 38 C 14E 60 2D
Octal 340 4 143 0 142 70 14 516 140 55
Binary 11100000 100 1100011 0 1100010 111000 1100 101001110 1100000 101101

Color Harmonies of #E00463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00463

Black with #E00463

Text Example


Text Example

White with #E00463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00463; }

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

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

background-color css

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

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

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

border-color css

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

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

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