Html Css Color HEX #E0064F Razzmatazz

📋 copy color: '#E0064F'

red 224 ◦ green 6 ◦ blue 79

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

Shades of Razzmatazz #E0064F

Tints of Razzmatazz #E0064F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.94%

 BLUE value IS 79 (31.25% from 255) = 25.57%

R = 72.49%
G = 1.94%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.65

 K value IS 0.12

RGB Variations

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

Color information

#E0064F (or 0xE0064F) is known color: Razzmatazz. HEX triplet: E0, 06 and 4F. RGB value is (224,6,79). Sum of RGB (Red+Green+Blue) = 224+6+79=309 (40% of max value = 765). Red value is 224 (87.89% from 255 or 72.49% from 309); Green value is 6 (2.73% from 255 or 1.94% from 309); Blue value is 79 (31.25% from 255 or 25.57% from 309); Max value from RGB is 224 - color contains mainly: red. Hex color #E0064F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0064F is #1FF9B0. Grayscale: #4F4F4F. Windows color (decimal): -2095537 or 5179104. OLE color: 5179104.

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

Color convert

RGB 224 6 79 -
CMYK 0 0.97 0.65 0.12
HSL 339.91º 0.95% 0.45% -
HSV(B) 339.91º 0.97% 0.88% -
XYZ 32.22 16.54 8.89 -
YUV 79.5 127.72 231.06 -
System Red Green Blue C M Y K H S L
Decimal 224 6 79 0 0.97 0.65 0.12 339.91 0.95 0.45
Hex E0 6 4F 0 61 41 C 154 5F 2D
Octal 340 6 117 0 141 101 14 524 137 55
Binary 11100000 110 1001111 0 1100001 1000001 1100 101010100 1011111 101101

Color Harmonies of #E0064F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0064F

Black with #E0064F

Text Example


Text Example

White with #E0064F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0064F; }

 p { color: rgb(224,6,79); }

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

background-color css

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

 a { background-color: rgb(224,6,79); }

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

border-color css

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

 span { border-color: rgb(224,6,79); }

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