Html Css Color HEX #E60147 Razzmatazz

📋 copy color: '#E60147'

red 230 ◦ green 1 ◦ blue 71

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

Shades of Razzmatazz #E60147

Tints of Razzmatazz #E60147

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

 BLUE value IS 71 (28.13% from 255) = 23.51%

R = 76.16%
G = 0.33%
B = 23.51%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.69

 K value IS 0.10

RGB Variations

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

Color information

#E60147 (or 0xE60147) is known color: Razzmatazz. HEX triplet: E6, 01 and 47. RGB value is (230,1,71). Sum of RGB (Red+Green+Blue) = 230+1+71=302 (40% of max value = 765). Red value is 230 (90.23% from 255 or 76.16% from 302); Green value is 1 (0.78% from 255 or 0.33% from 302); Blue value is 71 (28.12% from 255 or 23.51% from 302); Max value from RGB is 230 - color contains mainly: red. Hex color #E60147 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60147 is #19FEB8. Grayscale: #4D4D4D. Windows color (decimal): -1703609 or 4653542. OLE color: 4653542.

HSL color Cylindrical-coordinate representation of color #E60147: hue angle of 341.66º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E60147 is Cyan = 0, Magento = 1.00, Yellow = 0.69 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 1 71 -
CMYK 0 1.00 0.69 0.10
HSL 341.66º 0.99% 0.45% -
HSV(B) 341.66º 1% 0.9% -
XYZ 33.78 17.3 7.52 -
YUV 77.45 124.37 236.81 -
System Red Green Blue C M Y K H S L
Decimal 230 1 71 0 1.00 0.69 0.10 341.66 0.99 0.45
Hex E6 1 47 0 64 45 A 156 63 2D
Octal 346 1 107 0 144 105 12 526 143 55
Binary 11100110 1 1000111 0 1100100 1000101 1010 101010110 1100011 101101

Color Harmonies of #E60147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60147

Black with #E60147

Text Example


Text Example

White with #E60147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60147; }

 p { color: rgb(230,1,71); }

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

background-color css

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

 a { background-color: rgb(230,1,71); }

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

border-color css

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

 span { border-color: rgb(230,1,71); }

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