Html Css Color HEX #E60575 Ruby

📋 copy color: '#E60575'

red 230 ◦ green 5 ◦ blue 117

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

Shades of Ruby #E60575

Tints of Ruby #E60575

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.42%

 BLUE value IS 117 (46.09% from 255) = 33.24%

R = 65.34%
G = 1.42%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E60575 (or 0xE60575) is known color: Ruby. HEX triplet: E6, 05 and 75. RGB value is (230,5,117). Sum of RGB (Red+Green+Blue) = 230+5+117=352 (46% of max value = 765). Red value is 230 (90.23% from 255 or 65.34% from 352); Green value is 5 (2.34% from 255 or 1.42% from 352); Blue value is 117 (46.09% from 255 or 33.24% from 352); Max value from RGB is 230 - color contains mainly: red. Hex color #E60575 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E60575 is #19FA8A. Grayscale: #545454. Windows color (decimal): -1702539 or 7669222. OLE color: 7669222.

HSL color Cylindrical-coordinate representation of color #E60575: hue angle of 330.13º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E60575 is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 5 117 -
CMYK 0 0.98 0.49 0.10
HSL 330.13º 0.96% 0.46% -
HSV(B) 330.13º 0.98% 0.9% -
XYZ 35.9 18.22 18.45 -
YUV 85.04 146.04 231.39 -
System Red Green Blue C M Y K H S L
Decimal 230 5 117 0 0.98 0.49 0.10 330.13 0.96 0.46
Hex E6 5 75 0 62 31 A 14A 60 2E
Octal 346 5 165 0 142 61 12 512 140 56
Binary 11100110 101 1110101 0 1100010 110001 1010 101001010 1100000 101110

Color Harmonies of #E60575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60575

Black with #E60575

Text Example


Text Example

White with #E60575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60575; }

 p { color: rgb(230,5,117); }

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

background-color css

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

 a { background-color: rgb(230,5,117); }

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

border-color css

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

 span { border-color: rgb(230,5,117); }

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