Html Css Color HEX #E7064C Razzmatazz

📋 copy color: '#E7064C'

red 231 ◦ green 6 ◦ blue 76

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

Shades of Razzmatazz #E7064C

Tints of Razzmatazz #E7064C

RGB

 RED value IS 231 (90.63% from 255) = 73.8%

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

 BLUE value IS 76 (30.08% from 255) = 24.28%

R = 73.8%
G = 1.92%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#E7064C (or 0xE7064C) is known color: Razzmatazz. HEX triplet: E7, 06 and 4C. RGB value is (231,6,76). Sum of RGB (Red+Green+Blue) = 231+6+76=313 (41% of max value = 765). Red value is 231 (90.62% from 255 or 73.80% from 313); Green value is 6 (2.73% from 255 or 1.92% from 313); Blue value is 76 (30.08% from 255 or 24.28% from 313); Max value from RGB is 231 - color contains mainly: red. Hex color #E7064C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7064C is #18F9B3. Grayscale: #515151. Windows color (decimal): -1636788 or 4982503. OLE color: 4982503.

HSL color Cylindrical-coordinate representation of color #E7064C: hue angle of 341.33º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E7064C is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 6 76 -
CMYK 0 0.97 0.67 0.09
HSL 341.33º 0.95% 0.46% -
HSV(B) 341.33º 0.97% 0.91% -
XYZ 34.32 17.64 8.43 -
YUV 81.26 125.04 234.81 -
System Red Green Blue C M Y K H S L
Decimal 231 6 76 0 0.97 0.67 0.09 341.33 0.95 0.46
Hex E7 6 4C 0 61 43 9 155 5F 2E
Octal 347 6 114 0 141 103 11 525 137 56
Binary 11100111 110 1001100 0 1100001 1000011 1001 101010101 1011111 101110

Color Harmonies of #E7064C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7064C

Black with #E7064C

Text Example


Text Example

White with #E7064C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7064C; }

 p { color: rgb(231,6,76); }

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

background-color css

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

 a { background-color: rgb(231,6,76); }

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

border-color css

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

 span { border-color: rgb(231,6,76); }

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