Html Css Color HEX #E00963 Razzmatazz

📋 copy color: '#E00963'

red 224 ◦ green 9 ◦ blue 99

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

Shades of Razzmatazz #E00963

Tints of Razzmatazz #E00963

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.71%

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

R = 67.47%
G = 2.71%
B = 29.82%

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

#E00963 (or 0xE00963) is known color: Razzmatazz. HEX triplet: E0, 09 and 63. RGB value is (224,9,99). Sum of RGB (Red+Green+Blue) = 224+9+99=332 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.47% from 332); Green value is 9 (3.91% from 255 or 2.71% from 332); Blue value is 99 (39.06% from 255 or 29.82% from 332); Max value from RGB is 224 - color contains mainly: red. Hex color #E00963 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00963 is #1FF69C. Grayscale: #535353. Windows color (decimal): -2094749 or 6490592. OLE color: 6490592.

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

Color convert

RGB 224 9 99 -
CMYK 0 0.96 0.56 0.12
HSL 334.88º 0.92% 0.46% -
HSV(B) 334.88º 0.96% 0.88% -
XYZ 33.09 16.94 13.33 -
YUV 83.55 136.73 228.18 -
System Red Green Blue C M Y K H S L
Decimal 224 9 99 0 0.96 0.56 0.12 334.88 0.92 0.46
Hex E0 9 63 0 60 38 C 14F 5C 2E
Octal 340 11 143 0 140 70 14 517 134 56
Binary 11100000 1001 1100011 0 1100000 111000 1100 101001111 1011100 101110

Color Harmonies of #E00963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00963

Black with #E00963

Text Example


Text Example

White with #E00963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00963; }

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

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

background-color css

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

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

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

border-color css

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

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

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