Html Css Color HEX #E60949 Razzmatazz

📋 copy color: '#E60949'

red 230 ◦ green 9 ◦ blue 73

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

Shades of Razzmatazz #E60949

Tints of Razzmatazz #E60949

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 23.4%

R = 73.72%
G = 2.88%
B = 23.4%

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

#E60949 (or 0xE60949) is known color: Razzmatazz. HEX triplet: E6, 09 and 49. RGB value is (230,9,73). Sum of RGB (Red+Green+Blue) = 230+9+73=312 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.72% from 312); Green value is 9 (3.91% from 255 or 2.88% from 312); Blue value is 73 (28.91% from 255 or 23.40% from 312); Max value from RGB is 230 - color contains mainly: red. Hex color #E60949 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60949 is #19F6B6. Grayscale: #525252. Windows color (decimal): -1701559 or 4786662. OLE color: 4786662.

HSL color Cylindrical-coordinate representation of color #E60949: hue angle of 342.62º 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 #E60949 is Cyan = 0, Magento = 0.96, Yellow = 0.68 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 9 73 -
CMYK 0 0.96 0.68 0.10
HSL 342.62º 0.92% 0.47% -
HSV(B) 342.62º 0.96% 0.9% -
XYZ 33.93 17.5 7.89 -
YUV 82.38 122.72 233.3 -
System Red Green Blue C M Y K H S L
Decimal 230 9 73 0 0.96 0.68 0.10 342.62 0.92 0.47
Hex E6 9 49 0 60 44 A 157 5C 2F
Octal 346 11 111 0 140 104 12 527 134 57
Binary 11100110 1001 1001001 0 1100000 1000100 1010 101010111 1011100 101111

Color Harmonies of #E60949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60949

Black with #E60949

Text Example


Text Example

White with #E60949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60949; }

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

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

background-color css

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

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

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

border-color css

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

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

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