Html Css Color HEX #E6064A Razzmatazz

📋 copy color: '#E6064A'

red 230 ◦ green 6 ◦ blue 74

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

Shades of Razzmatazz #E6064A

Tints of Razzmatazz #E6064A

RGB

 RED value IS 230 (90.23% from 255) = 74.19%

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

 BLUE value IS 74 (29.3% from 255) = 23.87%

R = 74.19%
G = 1.94%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#E6064A (or 0xE6064A) is known color: Razzmatazz. HEX triplet: E6, 06 and 4A. RGB value is (230,6,74). Sum of RGB (Red+Green+Blue) = 230+6+74=310 (41% of max value = 765). Red value is 230 (90.23% from 255 or 74.19% from 310); Green value is 6 (2.73% from 255 or 1.94% from 310); Blue value is 74 (29.30% from 255 or 23.87% from 310); Max value from RGB is 230 - color contains mainly: red. Hex color #E6064A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6064A is #19F9B5. Grayscale: #505050. Windows color (decimal): -1702326 or 4851430. OLE color: 4851430.

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

Color convert

RGB 230 6 74 -
CMYK 0 0.97 0.68 0.10
HSL 341.79º 0.95% 0.46% -
HSV(B) 341.79º 0.97% 0.9% -
XYZ 33.93 17.45 8.06 -
YUV 80.73 124.21 234.47 -
System Red Green Blue C M Y K H S L
Decimal 230 6 74 0 0.97 0.68 0.10 341.79 0.95 0.46
Hex E6 6 4A 0 61 44 A 156 5F 2E
Octal 346 6 112 0 141 104 12 526 137 56
Binary 11100110 110 1001010 0 1100001 1000100 1010 101010110 1011111 101110

Color Harmonies of #E6064A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6064A

Black with #E6064A

Text Example


Text Example

White with #E6064A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6064A; }

 p { color: rgb(230,6,74); }

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

background-color css

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

 a { background-color: rgb(230,6,74); }

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

border-color css

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

 span { border-color: rgb(230,6,74); }

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