Html Css Color HEX #E60675 Ruby

📋 copy color: '#E60675'

red 230 ◦ green 6 ◦ blue 117

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

Shades of Ruby #E60675

Tints of Ruby #E60675

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.7%

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

R = 65.16%
G = 1.7%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E60675 (or 0xE60675) is known color: Ruby. HEX triplet: E6, 06 and 75. RGB value is (230,6,117). Sum of RGB (Red+Green+Blue) = 230+6+117=353 (46% of max value = 765). Red value is 230 (90.23% from 255 or 65.16% from 353); Green value is 6 (2.73% from 255 or 1.70% from 353); Blue value is 117 (46.09% from 255 or 33.14% from 353); Max value from RGB is 230 - color contains mainly: red. Hex color #E60675 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E60675 is #19F98A. Grayscale: #555555. Windows color (decimal): -1702283 or 7669478. OLE color: 7669478.

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

Color convert

RGB 230 6 117 -
CMYK 0 0.97 0.49 0.10
HSL 330.27º 0.95% 0.46% -
HSV(B) 330.27º 0.97% 0.9% -
XYZ 35.91 18.24 18.46 -
YUV 85.63 145.71 230.97 -
System Red Green Blue C M Y K H S L
Decimal 230 6 117 0 0.97 0.49 0.10 330.27 0.95 0.46
Hex E6 6 75 0 61 31 A 14A 5F 2E
Octal 346 6 165 0 141 61 12 512 137 56
Binary 11100110 110 1110101 0 1100001 110001 1010 101001010 1011111 101110

Color Harmonies of #E60675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60675

Black with #E60675

Text Example


Text Example

White with #E60675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60675; }

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

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

background-color css

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

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

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

border-color css

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

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

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