Html Css Color HEX #E60773 Ruby

📋 copy color: '#E60773'

red 230 ◦ green 7 ◦ blue 115

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

Shades of Ruby #E60773

Tints of Ruby #E60773

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.99%

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

R = 65.34%
G = 1.99%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.5

 K value IS 0.10

RGB Variations

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

Color information

#E60773 (or 0xE60773) is known color: Ruby. HEX triplet: E6, 07 and 73. RGB value is (230,7,115). Sum of RGB (Red+Green+Blue) = 230+7+115=352 (46% of max value = 765). Red value is 230 (90.23% from 255 or 65.34% from 352); Green value is 7 (3.12% from 255 or 1.99% from 352); Blue value is 115 (45.31% from 255 or 32.67% from 352); Max value from RGB is 230 - color contains mainly: red. Hex color #E60773 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E60773 is #19F88C. Grayscale: #555555. Windows color (decimal): -1702029 or 7538662. OLE color: 7538662.

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

Color convert

RGB 230 7 115 -
CMYK 0 0.97 0.5 0.10
HSL 330.94º 0.94% 0.46% -
HSV(B) 330.94º 0.97% 0.9% -
XYZ 35.8 18.21 17.85 -
YUV 85.99 144.38 230.72 -
System Red Green Blue C M Y K H S L
Decimal 230 7 115 0 0.97 0.5 0.10 330.94 0.94 0.46
Hex E6 7 73 0 61 32 A 14B 5E 2E
Octal 346 7 163 0 141 62 12 513 136 56
Binary 11100110 111 1110011 0 1100001 110010 1010 101001011 1011110 101110

Color Harmonies of #E60773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60773

Black with #E60773

Text Example


Text Example

White with #E60773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60773; }

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

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

background-color css

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

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

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

border-color css

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

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

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