Html Css Color HEX #E00751 Razzmatazz

📋 copy color: '#E00751'

red 224 ◦ green 7 ◦ blue 81

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

Shades of Razzmatazz #E00751

Tints of Razzmatazz #E00751

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.24%

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

R = 71.79%
G = 2.24%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E00751 (or 0xE00751) is known color: Razzmatazz. HEX triplet: E0, 07 and 51. RGB value is (224,7,81). Sum of RGB (Red+Green+Blue) = 224+7+81=312 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.79% from 312); Green value is 7 (3.12% from 255 or 2.24% from 312); Blue value is 81 (32.03% from 255 or 25.96% from 312); Max value from RGB is 224 - color contains mainly: red. Hex color #E00751 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00751 is #1FF8AE. Grayscale: #505050. Windows color (decimal): -2095279 or 5310432. OLE color: 5310432.

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

Color convert

RGB 224 7 81 -
CMYK 0 0.97 0.64 0.12
HSL 339.54º 0.94% 0.45% -
HSV(B) 339.54º 0.97% 0.88% -
XYZ 32.3 16.59 9.28 -
YUV 80.32 128.39 230.48 -
System Red Green Blue C M Y K H S L
Decimal 224 7 81 0 0.97 0.64 0.12 339.54 0.94 0.45
Hex E0 7 51 0 61 40 C 154 5E 2D
Octal 340 7 121 0 141 100 14 524 136 55
Binary 11100000 111 1010001 0 1100001 1000000 1100 101010100 1011110 101101

Color Harmonies of #E00751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00751

Black with #E00751

Text Example


Text Example

White with #E00751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00751; }

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

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

background-color css

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

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

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

border-color css

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

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

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