Html Css Color HEX #E60774 Ruby

📋 copy color: '#E60774'

red 230 ◦ green 7 ◦ blue 116

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

Shades of Ruby #E60774

Tints of Ruby #E60774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 32.86%

R = 65.16%
G = 1.98%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#E60774 (or 0xE60774) is known color: Ruby. HEX triplet: E6, 07 and 74. RGB value is (230,7,116). Sum of RGB (Red+Green+Blue) = 230+7+116=353 (46% of max value = 765). Red value is 230 (90.23% from 255 or 65.16% from 353); Green value is 7 (3.12% from 255 or 1.98% from 353); Blue value is 116 (45.70% from 255 or 32.86% from 353); Max value from RGB is 230 - color contains mainly: red. Hex color #E60774 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E60774 is #19F88B. Grayscale: #555555. Windows color (decimal): -1702028 or 7604198. OLE color: 7604198.

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

Color convert

RGB 230 7 116 -
CMYK 0 0.97 0.50 0.10
HSL 330.67º 0.94% 0.46% -
HSV(B) 330.67º 0.97% 0.9% -
XYZ 35.86 18.24 18.15 -
YUV 86.1 144.88 230.64 -
System Red Green Blue C M Y K H S L
Decimal 230 7 116 0 0.97 0.50 0.10 330.67 0.94 0.46
Hex E6 7 74 0 61 32 A 14B 5E 2E
Octal 346 7 164 0 141 62 12 513 136 56
Binary 11100110 111 1110100 0 1100001 110010 1010 101001011 1011110 101110

Color Harmonies of #E60774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60774

Black with #E60774

Text Example


Text Example

White with #E60774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60774; }

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

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

background-color css

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

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

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

border-color css

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

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

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