Html Css Color HEX #E60C7B Ruby

📋 copy color: '#E60C7B'

red 230 ◦ green 12 ◦ blue 123

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

Shades of Ruby #E60C7B

Tints of Ruby #E60C7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.7%

R = 63.01%
G = 3.29%
B = 33.7%

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

#E60C7B (or 0xE60C7B) is known color: Ruby. HEX triplet: E6, 0C and 7B. RGB value is (230,12,123). Sum of RGB (Red+Green+Blue) = 230+12+123=365 (48% of max value = 765). Red value is 230 (90.23% from 255 or 63.01% from 365); Green value is 12 (5.08% from 255 or 3.29% from 365); Blue value is 123 (48.44% from 255 or 33.70% from 365); Max value from RGB is 230 - color contains mainly: red. Hex color #E60C7B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E60C7B is #19F384. Grayscale: #595959. Windows color (decimal): -1700741 or 8064230. OLE color: 8064230.

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

Color convert

RGB 230 12 123 -
CMYK 0 0.95 0.47 0.10
HSL 329.45º 0.9% 0.47% -
HSV(B) 329.45º 0.95% 0.9% -
XYZ 36.34 18.52 20.4 -
YUV 89.84 146.72 227.97 -
System Red Green Blue C M Y K H S L
Decimal 230 12 123 0 0.95 0.47 0.10 329.45 0.9 0.47
Hex E6 C 7B 0 5F 2F A 149 5A 2F
Octal 346 14 173 0 137 57 12 511 132 57
Binary 11100110 1100 1111011 0 1011111 101111 1010 101001001 1011010 101111

Color Harmonies of #E60C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60C7B

Black with #E60C7B

Text Example


Text Example

White with #E60C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60C7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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