Html Css Color HEX #E00951 Razzmatazz

📋 copy color: '#E00951'

red 224 ◦ green 9 ◦ blue 81

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

Shades of Razzmatazz #E00951

Tints of Razzmatazz #E00951

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 25.8%

R = 71.34%
G = 2.87%
B = 25.8%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E00951 (or 0xE00951) is known color: Razzmatazz. HEX triplet: E0, 09 and 51. RGB value is (224,9,81). Sum of RGB (Red+Green+Blue) = 224+9+81=314 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.34% from 314); Green value is 9 (3.91% from 255 or 2.87% from 314); Blue value is 81 (32.03% from 255 or 25.80% from 314); Max value from RGB is 224 - color contains mainly: red. Hex color #E00951 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00951 is #1FF6AE. Grayscale: #515151. Windows color (decimal): -2094767 or 5310944. OLE color: 5310944.

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

Color convert

RGB 224 9 81 -
CMYK 0 0.96 0.64 0.12
HSL 339.91º 0.92% 0.46% -
HSV(B) 339.91º 0.96% 0.88% -
XYZ 32.32 16.64 9.29 -
YUV 81.49 127.73 229.65 -
System Red Green Blue C M Y K H S L
Decimal 224 9 81 0 0.96 0.64 0.12 339.91 0.92 0.46
Hex E0 9 51 0 60 40 C 154 5C 2E
Octal 340 11 121 0 140 100 14 524 134 56
Binary 11100000 1001 1010001 0 1100000 1000000 1100 101010100 1011100 101110

Color Harmonies of #E00951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00951

Black with #E00951

Text Example


Text Example

White with #E00951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00951; }

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

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

background-color css

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

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

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

border-color css

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

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

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