Html Css Color HEX #E60373 Razzmatazz

📋 copy color: '#E60373'

red 230 ◦ green 3 ◦ blue 115

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

Shades of Razzmatazz #E60373

Tints of Razzmatazz #E60373

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.86%

 BLUE value IS 115 (45.31% from 255) = 33.05%

R = 66.09%
G = 0.86%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.5

 K value IS 0.10

RGB Variations

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

Color information

#E60373 (or 0xE60373) is known color: Razzmatazz. HEX triplet: E6, 03 and 73. RGB value is (230,3,115). Sum of RGB (Red+Green+Blue) = 230+3+115=348 (46% of max value = 765). Red value is 230 (90.23% from 255 or 66.09% from 348); Green value is 3 (1.56% from 255 or 0.86% from 348); Blue value is 115 (45.31% from 255 or 33.05% from 348); Max value from RGB is 230 - color contains mainly: red. Hex color #E60373 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E60373 is #19FC8C. Grayscale: #535353. Windows color (decimal): -1703053 or 7537638. OLE color: 7537638.

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

Color convert

RGB 230 3 115 -
CMYK 0 0.99 0.5 0.10
HSL 330.4º 0.97% 0.46% -
HSV(B) 330.4º 0.99% 0.9% -
XYZ 35.76 18.13 17.83 -
YUV 83.64 145.71 232.39 -
System Red Green Blue C M Y K H S L
Decimal 230 3 115 0 0.99 0.5 0.10 330.4 0.97 0.46
Hex E6 3 73 0 63 32 A 14A 61 2E
Octal 346 3 163 0 143 62 12 512 141 56
Binary 11100110 11 1110011 0 1100011 110010 1010 101001010 1100001 101110

Color Harmonies of #E60373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60373

Black with #E60373

Text Example


Text Example

White with #E60373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60373; }

 p { color: rgb(230,3,115); }

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

background-color css

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

 a { background-color: rgb(230,3,115); }

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

border-color css

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

 span { border-color: rgb(230,3,115); }

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