Html Css Color HEX #E60472 Razzmatazz

📋 copy color: '#E60472'

red 230 ◦ green 4 ◦ blue 114

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

Shades of Razzmatazz #E60472

Tints of Razzmatazz #E60472

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.15%

 BLUE value IS 114 (44.92% from 255) = 32.76%

R = 66.09%
G = 1.15%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#E60472 (or 0xE60472) is known color: Razzmatazz. HEX triplet: E6, 04 and 72. RGB value is (230,4,114). Sum of RGB (Red+Green+Blue) = 230+4+114=348 (46% of max value = 765). Red value is 230 (90.23% from 255 or 66.09% from 348); Green value is 4 (1.95% from 255 or 1.15% from 348); Blue value is 114 (44.92% from 255 or 32.76% from 348); Max value from RGB is 230 - color contains mainly: red. Hex color #E60472 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E60472 is #19FB8D. Grayscale: #535353. Windows color (decimal): -1702798 or 7472358. OLE color: 7472358.

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

Color convert

RGB 230 4 114 -
CMYK 0 0.98 0.50 0.10
HSL 330.8º 0.97% 0.46% -
HSV(B) 330.8º 0.98% 0.9% -
XYZ 35.71 18.12 17.54 -
YUV 84.11 144.87 232.06 -
System Red Green Blue C M Y K H S L
Decimal 230 4 114 0 0.98 0.50 0.10 330.8 0.97 0.46
Hex E6 4 72 0 62 32 A 14B 61 2E
Octal 346 4 162 0 142 62 12 513 141 56
Binary 11100110 100 1110010 0 1100010 110010 1010 101001011 1100001 101110

Color Harmonies of #E60472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60472

Black with #E60472

Text Example


Text Example

White with #E60472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60472; }

 p { color: rgb(230,4,114); }

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

background-color css

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

 a { background-color: rgb(230,4,114); }

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

border-color css

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

 span { border-color: rgb(230,4,114); }

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