Html Css Color HEX #E60B7C Ruby

📋 copy color: '#E60B7C'

red 230 ◦ green 11 ◦ blue 124

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

Shades of Ruby #E60B7C

Tints of Ruby #E60B7C

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.01%

 BLUE value IS 124 (48.83% from 255) = 33.97%

R = 63.01%
G = 3.01%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.46

 K value IS 0.10

RGB Variations

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

Color information

#E60B7C (or 0xE60B7C) is known color: Ruby. HEX triplet: E6, 0B and 7C. RGB value is (230,11,124). Sum of RGB (Red+Green+Blue) = 230+11+124=365 (48% of max value = 765). Red value is 230 (90.23% from 255 or 63.01% from 365); Green value is 11 (4.69% from 255 or 3.01% from 365); Blue value is 124 (48.83% from 255 or 33.97% from 365); Max value from RGB is 230 - color contains mainly: red. Hex color #E60B7C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E60B7C is #19F483. Grayscale: #595959. Windows color (decimal): -1700996 or 8129510. OLE color: 8129510.

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

Color convert

RGB 230 11 124 -
CMYK 0 0.95 0.46 0.10
HSL 329.04º 0.91% 0.47% -
HSV(B) 329.04º 0.95% 0.9% -
XYZ 36.39 18.52 20.73 -
YUV 89.36 147.55 228.31 -
System Red Green Blue C M Y K H S L
Decimal 230 11 124 0 0.95 0.46 0.10 329.04 0.91 0.47
Hex E6 B 7C 0 5F 2E A 149 5B 2F
Octal 346 13 174 0 137 56 12 511 133 57
Binary 11100110 1011 1111100 0 1011111 101110 1010 101001001 1011011 101111

Color Harmonies of #E60B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60B7C

Black with #E60B7C

Text Example


Text Example

White with #E60B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60B7C; }

 p { color: rgb(230,11,124); }

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

background-color css

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

 a { background-color: rgb(230,11,124); }

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

border-color css

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

 span { border-color: rgb(230,11,124); }

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