Html Css Color HEX #E60E62 Ruby

📋 copy color: '#E60E62'

red 230 ◦ green 14 ◦ blue 98

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

Shades of Ruby #E60E62

Tints of Ruby #E60E62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 28.65%

R = 67.25%
G = 4.09%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.57

 K value IS 0.10

RGB Variations

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

Color information

#E60E62 (or 0xE60E62) is known color: Ruby. HEX triplet: E6, 0E and 62. RGB value is (230,14,98). Sum of RGB (Red+Green+Blue) = 230+14+98=342 (45% of max value = 765). Red value is 230 (90.23% from 255 or 67.25% from 342); Green value is 14 (5.86% from 255 or 4.09% from 342); Blue value is 98 (38.67% from 255 or 28.65% from 342); Max value from RGB is 230 - color contains mainly: red. Hex color #E60E62 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E60E62 is #19F19D. Grayscale: #585858. Windows color (decimal): -1700254 or 6426342. OLE color: 6426342.

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

Color convert

RGB 230 14 98 -
CMYK 0 0.94 0.57 0.10
HSL 336.67º 0.89% 0.48% -
HSV(B) 336.67º 0.94% 0.9% -
XYZ 34.99 18.02 13.19 -
YUV 88.16 133.56 229.17 -
System Red Green Blue C M Y K H S L
Decimal 230 14 98 0 0.94 0.57 0.10 336.67 0.89 0.48
Hex E6 E 62 0 5E 39 A 151 59 30
Octal 346 16 142 0 136 71 12 521 131 60
Binary 11100110 1110 1100010 0 1011110 111001 1010 101010001 1011001 110000

Color Harmonies of #E60E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60E62

Black with #E60E62

Text Example


Text Example

White with #E60E62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60E62; }

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

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

background-color css

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

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

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

border-color css

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

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

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