Html Css Color HEX #E60A6B Ruby

📋 copy color: '#E60A6B'

red 230 ◦ green 10 ◦ blue 107

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

Shades of Ruby #E60A6B

Tints of Ruby #E60A6B

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.88%

 BLUE value IS 107 (42.19% from 255) = 30.84%

R = 66.28%
G = 2.88%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#E60A6B (or 0xE60A6B) is known color: Ruby. HEX triplet: E6, 0A and 6B. RGB value is (230,10,107). Sum of RGB (Red+Green+Blue) = 230+10+107=347 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.28% from 347); Green value is 10 (4.30% from 255 or 2.88% from 347); Blue value is 107 (42.19% from 255 or 30.84% from 347); Max value from RGB is 230 - color contains mainly: red. Hex color #E60A6B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E60A6B is #19F594. Grayscale: #565656. Windows color (decimal): -1701269 or 7015142. OLE color: 7015142.

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

Color convert

RGB 230 10 107 -
CMYK 0 0.96 0.53 0.10
HSL 333.55º 0.92% 0.47% -
HSV(B) 333.55º 0.96% 0.9% -
XYZ 35.4 18.1 15.54 -
YUV 86.84 139.39 230.11 -
System Red Green Blue C M Y K H S L
Decimal 230 10 107 0 0.96 0.53 0.10 333.55 0.92 0.47
Hex E6 A 6B 0 60 35 A 14E 5C 2F
Octal 346 12 153 0 140 65 12 516 134 57
Binary 11100110 1010 1101011 0 1100000 110101 1010 101001110 1011100 101111

Color Harmonies of #E60A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60A6B

Black with #E60A6B

Text Example


Text Example

White with #E60A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60A6B; }

 p { color: rgb(230,10,107); }

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

background-color css

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

 a { background-color: rgb(230,10,107); }

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

border-color css

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

 span { border-color: rgb(230,10,107); }

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