Html Css Color HEX #E6094A Razzmatazz

📋 copy color: '#E6094A'

red 230 ◦ green 9 ◦ blue 74

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

Shades of Razzmatazz #E6094A

Tints of Razzmatazz #E6094A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.88%

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

R = 73.48%
G = 2.88%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#E6094A (or 0xE6094A) is known color: Razzmatazz. HEX triplet: E6, 09 and 4A. RGB value is (230,9,74). Sum of RGB (Red+Green+Blue) = 230+9+74=313 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.48% from 313); Green value is 9 (3.91% from 255 or 2.88% from 313); Blue value is 74 (29.30% from 255 or 23.64% from 313); Max value from RGB is 230 - color contains mainly: red. Hex color #E6094A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6094A is #19F6B5. Grayscale: #525252. Windows color (decimal): -1701558 or 4852198. OLE color: 4852198.

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

Color convert

RGB 230 9 74 -
CMYK 0 0.96 0.68 0.10
HSL 342.35º 0.92% 0.47% -
HSV(B) 342.35º 0.96% 0.9% -
XYZ 33.97 17.51 8.07 -
YUV 82.49 123.22 233.21 -
System Red Green Blue C M Y K H S L
Decimal 230 9 74 0 0.96 0.68 0.10 342.35 0.92 0.47
Hex E6 9 4A 0 60 44 A 156 5C 2F
Octal 346 11 112 0 140 104 12 526 134 57
Binary 11100110 1001 1001010 0 1100000 1000100 1010 101010110 1011100 101111

Color Harmonies of #E6094A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6094A

Black with #E6094A

Text Example


Text Example

White with #E6094A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6094A; }

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

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

background-color css

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

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

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

border-color css

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

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

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