Html Css Color HEX #E60874 Ruby

📋 copy color: '#E60874'

red 230 ◦ green 8 ◦ blue 116

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

Shades of Ruby #E60874

Tints of Ruby #E60874

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.26%

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

R = 64.97%
G = 2.26%
B = 32.77%

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

#E60874 (or 0xE60874) is known color: Ruby. HEX triplet: E6, 08 and 74. RGB value is (230,8,116). Sum of RGB (Red+Green+Blue) = 230+8+116=354 (46% of max value = 765). Red value is 230 (90.23% from 255 or 64.97% from 354); Green value is 8 (3.52% from 255 or 2.26% from 354); Blue value is 116 (45.70% from 255 or 32.77% from 354); Max value from RGB is 230 - color contains mainly: red. Hex color #E60874 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E60874 is #19F78B. Grayscale: #565656. Windows color (decimal): -1701772 or 7604454. OLE color: 7604454.

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

Color convert

RGB 230 8 116 -
CMYK 0 0.97 0.50 0.10
HSL 330.81º 0.93% 0.47% -
HSV(B) 330.81º 0.97% 0.9% -
XYZ 35.87 18.26 18.16 -
YUV 86.69 144.55 230.22 -
System Red Green Blue C M Y K H S L
Decimal 230 8 116 0 0.97 0.50 0.10 330.81 0.93 0.47
Hex E6 8 74 0 61 32 A 14B 5D 2F
Octal 346 10 164 0 141 62 12 513 135 57
Binary 11100110 1000 1110100 0 1100001 110010 1010 101001011 1011101 101111

Color Harmonies of #E60874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60874

Black with #E60874

Text Example


Text Example

White with #E60874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60874; }

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

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

background-color css

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

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

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

border-color css

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

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

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