Html Css Color HEX #E9064A Razzmatazz

📋 copy color: '#E9064A'

red 233 ◦ green 6 ◦ blue 74

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

Shades of Razzmatazz #E9064A

Tints of Razzmatazz #E9064A

RGB

 RED value IS 233 (91.41% from 255) = 74.44%

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

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

R = 74.44%
G = 1.92%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E9064A (or 0xE9064A) is known color: Razzmatazz. HEX triplet: E9, 06 and 4A. RGB value is (233,6,74). Sum of RGB (Red+Green+Blue) = 233+6+74=313 (41% of max value = 765). Red value is 233 (91.41% from 255 or 74.44% from 313); Green value is 6 (2.73% from 255 or 1.92% from 313); Blue value is 74 (29.30% from 255 or 23.64% from 313); Max value from RGB is 233 - color contains mainly: red. Hex color #E9064A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9064A is #16F9B5. Grayscale: #515151. Windows color (decimal): -1505718 or 4851433. OLE color: 4851433.

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

Color convert

RGB 233 6 74 -
CMYK 0 0.97 0.68 0.09
HSL 342.03º 0.95% 0.47% -
HSV(B) 342.03º 0.97% 0.91% -
XYZ 34.91 17.95 8.1 -
YUV 81.63 123.71 235.97 -
System Red Green Blue C M Y K H S L
Decimal 233 6 74 0 0.97 0.68 0.09 342.03 0.95 0.47
Hex E9 6 4A 0 61 44 9 156 5F 2F
Octal 351 6 112 0 141 104 11 526 137 57
Binary 11101001 110 1001010 0 1100001 1000100 1001 101010110 1011111 101111

Color Harmonies of #E9064A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9064A

Black with #E9064A

Text Example


Text Example

White with #E9064A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9064A; }

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

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

background-color css

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

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

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

border-color css

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

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

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