Html Css Color HEX #E60C79 Ruby

📋 copy color: '#E60C79'

red 230 ◦ green 12 ◦ blue 121

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

Shades of Ruby #E60C79

Tints of Ruby #E60C79

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.31%

 BLUE value IS 121 (47.66% from 255) = 33.33%

R = 63.36%
G = 3.31%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E60C79 (or 0xE60C79) is known color: Ruby. HEX triplet: E6, 0C and 79. RGB value is (230,12,121). Sum of RGB (Red+Green+Blue) = 230+12+121=363 (48% of max value = 765). Red value is 230 (90.23% from 255 or 63.36% from 363); Green value is 12 (5.08% from 255 or 3.31% from 363); Blue value is 121 (47.66% from 255 or 33.33% from 363); Max value from RGB is 230 - color contains mainly: red. Hex color #E60C79 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E60C79 is #19F386. Grayscale: #595959. Windows color (decimal): -1700743 or 7933158. OLE color: 7933158.

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

Color convert

RGB 230 12 121 -
CMYK 0 0.95 0.47 0.10
HSL 330º 0.9% 0.47% -
HSV(B) 330º 0.95% 0.9% -
XYZ 36.22 18.47 19.74 -
YUV 89.61 145.72 228.14 -
System Red Green Blue C M Y K H S L
Decimal 230 12 121 0 0.95 0.47 0.10 330 0.9 0.47
Hex E6 C 79 0 5F 2F A 14A 5A 2F
Octal 346 14 171 0 137 57 12 512 132 57
Binary 11100110 1100 1111001 0 1011111 101111 1010 101001010 1011010 101111

Color Harmonies of #E60C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60C79

Black with #E60C79

Text Example


Text Example

White with #E60C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60C79; }

 p { color: rgb(230,12,121); }

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

background-color css

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

 a { background-color: rgb(230,12,121); }

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

border-color css

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

 span { border-color: rgb(230,12,121); }

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