Html Css Color HEX #E60E65 Ruby

📋 copy color: '#E60E65'

red 230 ◦ green 14 ◦ blue 101

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

Shades of Ruby #E60E65

Tints of Ruby #E60E65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 29.28%

R = 66.67%
G = 4.06%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.56

 K value IS 0.10

RGB Variations

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

Color information

#E60E65 (or 0xE60E65) is known color: Ruby. HEX triplet: E6, 0E and 65. RGB value is (230,14,101). Sum of RGB (Red+Green+Blue) = 230+14+101=345 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.67% from 345); Green value is 14 (5.86% from 255 or 4.06% from 345); Blue value is 101 (39.84% from 255 or 29.28% from 345); Max value from RGB is 230 - color contains mainly: red. Hex color #E60E65 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E60E65 is #19F19A. Grayscale: #585858. Windows color (decimal): -1700251 or 6622950. OLE color: 6622950.

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

Color convert

RGB 230 14 101 -
CMYK 0 0.94 0.56 0.10
HSL 335.83º 0.89% 0.48% -
HSV(B) 335.83º 0.94% 0.9% -
XYZ 35.14 18.08 13.95 -
YUV 88.5 135.06 228.93 -
System Red Green Blue C M Y K H S L
Decimal 230 14 101 0 0.94 0.56 0.10 335.83 0.89 0.48
Hex E6 E 65 0 5E 38 A 150 59 30
Octal 346 16 145 0 136 70 12 520 131 60
Binary 11100110 1110 1100101 0 1011110 111000 1010 101010000 1011001 110000

Color Harmonies of #E60E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60E65

Black with #E60E65

Text Example


Text Example

White with #E60E65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60E65; }

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

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

background-color css

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

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

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

border-color css

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

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

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