Html Css Color HEX #E0064E Razzmatazz

📋 copy color: '#E0064E'

red 224 ◦ green 6 ◦ blue 78

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

Shades of Razzmatazz #E0064E

Tints of Razzmatazz #E0064E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 25.32%

R = 72.73%
G = 1.95%
B = 25.32%

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

#E0064E (or 0xE0064E) is known color: Razzmatazz. HEX triplet: E0, 06 and 4E. RGB value is (224,6,78). Sum of RGB (Red+Green+Blue) = 224+6+78=308 (40% of max value = 765). Red value is 224 (87.89% from 255 or 72.73% from 308); Green value is 6 (2.73% from 255 or 1.95% from 308); Blue value is 78 (30.86% from 255 or 25.32% from 308); Max value from RGB is 224 - color contains mainly: red. Hex color #E0064E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0064E is #1FF9B1. Grayscale: #4F4F4F. Windows color (decimal): -2095538 or 5113568. OLE color: 5113568.

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

Color convert

RGB 224 6 78 -
CMYK 0 0.97 0.65 0.12
HSL 340.18º 0.95% 0.45% -
HSV(B) 340.18º 0.97% 0.88% -
XYZ 32.18 16.53 8.7 -
YUV 79.39 127.22 231.15 -
System Red Green Blue C M Y K H S L
Decimal 224 6 78 0 0.97 0.65 0.12 340.18 0.95 0.45
Hex E0 6 4E 0 61 41 C 154 5F 2D
Octal 340 6 116 0 141 101 14 524 137 55
Binary 11100000 110 1001110 0 1100001 1000001 1100 101010100 1011111 101101

Color Harmonies of #E0064E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0064E

Black with #E0064E

Text Example


Text Example

White with #E0064E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0064E; }

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

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

background-color css

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

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

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

border-color css

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

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

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