Html Css Color HEX #E00764 Razzmatazz

📋 copy color: '#E00764'

red 224 ◦ green 7 ◦ blue 100

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

Shades of Razzmatazz #E00764

Tints of Razzmatazz #E00764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 30.21%

R = 67.67%
G = 2.11%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E00764 (or 0xE00764) is known color: Razzmatazz. HEX triplet: E0, 07 and 64. RGB value is (224,7,100). Sum of RGB (Red+Green+Blue) = 224+7+100=331 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.67% from 331); Green value is 7 (3.12% from 255 or 2.11% from 331); Blue value is 100 (39.45% from 255 or 30.21% from 331); Max value from RGB is 224 - color contains mainly: red. Hex color #E00764 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00764 is #1FF89B. Grayscale: #525252. Windows color (decimal): -2095260 or 6555616. OLE color: 6555616.

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

Color convert

RGB 224 7 100 -
CMYK 0 0.97 0.55 0.12
HSL 334.29º 0.94% 0.45% -
HSV(B) 334.29º 0.97% 0.88% -
XYZ 33.12 16.92 13.58 -
YUV 82.49 137.89 228.94 -
System Red Green Blue C M Y K H S L
Decimal 224 7 100 0 0.97 0.55 0.12 334.29 0.94 0.45
Hex E0 7 64 0 61 37 C 14E 5E 2D
Octal 340 7 144 0 141 67 14 516 136 55
Binary 11100000 111 1100100 0 1100001 110111 1100 101001110 1011110 101101

Color Harmonies of #E00764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00764

Black with #E00764

Text Example


Text Example

White with #E00764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00764; }

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

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

background-color css

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

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

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

border-color css

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

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

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