Html Css Color HEX #E60379 Ruby

📋 copy color: '#E60379'

red 230 ◦ green 3 ◦ blue 121

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

Shades of Ruby #E60379

Tints of Ruby #E60379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 34.18%

R = 64.97%
G = 0.85%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E60379 (or 0xE60379) is known color: Ruby. HEX triplet: E6, 03 and 79. RGB value is (230,3,121). Sum of RGB (Red+Green+Blue) = 230+3+121=354 (46% of max value = 765). Red value is 230 (90.23% from 255 or 64.97% from 354); Green value is 3 (1.56% from 255 or 0.85% from 354); Blue value is 121 (47.66% from 255 or 34.18% from 354); Max value from RGB is 230 - color contains mainly: red. Hex color #E60379 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E60379 is #19FC86. Grayscale: #545454. Windows color (decimal): -1703047 or 7930854. OLE color: 7930854.

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

Color convert

RGB 230 3 121 -
CMYK 0 0.99 0.47 0.10
HSL 328.81º 0.97% 0.46% -
HSV(B) 328.81º 0.99% 0.9% -
XYZ 36.12 18.27 19.71 -
YUV 84.33 148.71 231.91 -
System Red Green Blue C M Y K H S L
Decimal 230 3 121 0 0.99 0.47 0.10 328.81 0.97 0.46
Hex E6 3 79 0 63 2F A 149 61 2E
Octal 346 3 171 0 143 57 12 511 141 56
Binary 11100110 11 1111001 0 1100011 101111 1010 101001001 1100001 101110

Color Harmonies of #E60379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60379

Black with #E60379

Text Example


Text Example

White with #E60379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60379; }

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

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

background-color css

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

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

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

border-color css

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

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

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