Html Css Color HEX #E60C75 Ruby

📋 copy color: '#E60C75'

red 230 ◦ green 12 ◦ blue 117

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

Shades of Ruby #E60C75

Tints of Ruby #E60C75

RGB

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

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

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

R = 64.07%
G = 3.34%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E60C75 (or 0xE60C75) is known color: Ruby. HEX triplet: E6, 0C and 75. RGB value is (230,12,117). Sum of RGB (Red+Green+Blue) = 230+12+117=359 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.07% from 359); Green value is 12 (5.08% from 255 or 3.34% from 359); Blue value is 117 (46.09% from 255 or 32.59% from 359); Max value from RGB is 230 - color contains mainly: red. Hex color #E60C75 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E60C75 is #19F38A. Grayscale: #585858. Windows color (decimal): -1700747 or 7671014. OLE color: 7671014.

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

Color convert

RGB 230 12 117 -
CMYK 0 0.95 0.49 0.10
HSL 331.1º 0.9% 0.47% -
HSV(B) 331.1º 0.95% 0.9% -
XYZ 35.98 18.37 18.48 -
YUV 89.15 143.72 228.46 -
System Red Green Blue C M Y K H S L
Decimal 230 12 117 0 0.95 0.49 0.10 331.1 0.9 0.47
Hex E6 C 75 0 5F 31 A 14B 5A 2F
Octal 346 14 165 0 137 61 12 513 132 57
Binary 11100110 1100 1110101 0 1011111 110001 1010 101001011 1011010 101111

Color Harmonies of #E60C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60C75

Black with #E60C75

Text Example


Text Example

White with #E60C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60C75; }

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

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

background-color css

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

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

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

border-color css

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

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

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