Html Css Color HEX #E60E70 Ruby

📋 copy color: '#E60E70'

red 230 ◦ green 14 ◦ blue 112

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

Shades of Ruby #E60E70

Tints of Ruby #E60E70

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.93%

 BLUE value IS 112 (44.14% from 255) = 31.46%

R = 64.61%
G = 3.93%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#E60E70 (or 0xE60E70) is known color: Ruby. HEX triplet: E6, 0E and 70. RGB value is (230,14,112). Sum of RGB (Red+Green+Blue) = 230+14+112=356 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.61% from 356); Green value is 14 (5.86% from 255 or 3.93% from 356); Blue value is 112 (44.14% from 255 or 31.46% from 356); Max value from RGB is 230 - color contains mainly: red. Hex color #E60E70 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E60E70 is #19F18F. Grayscale: #595959. Windows color (decimal): -1700240 or 7343846. OLE color: 7343846.

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

Color convert

RGB 230 14 112 -
CMYK 0 0.94 0.51 0.10
HSL 332.78º 0.89% 0.48% -
HSV(B) 332.78º 0.94% 0.9% -
XYZ 35.71 18.31 16.98 -
YUV 89.76 140.56 228.03 -
System Red Green Blue C M Y K H S L
Decimal 230 14 112 0 0.94 0.51 0.10 332.78 0.89 0.48
Hex E6 E 70 0 5E 33 A 14D 59 30
Octal 346 16 160 0 136 63 12 515 131 60
Binary 11100110 1110 1110000 0 1011110 110011 1010 101001101 1011001 110000

Color Harmonies of #E60E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60E70

Black with #E60E70

Text Example


Text Example

White with #E60E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60E70; }

 p { color: rgb(230,14,112); }

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

background-color css

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

 a { background-color: rgb(230,14,112); }

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

border-color css

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

 span { border-color: rgb(230,14,112); }

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