Html Css Color HEX #E60D7B Ruby

📋 copy color: '#E60D7B'

red 230 ◦ green 13 ◦ blue 123

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

Shades of Ruby #E60D7B

Tints of Ruby #E60D7B

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.55%

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

R = 62.84%
G = 3.55%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E60D7B (or 0xE60D7B) is known color: Ruby. HEX triplet: E6, 0D and 7B. RGB value is (230,13,123). Sum of RGB (Red+Green+Blue) = 230+13+123=366 (48% of max value = 765). Red value is 230 (90.23% from 255 or 62.84% from 366); Green value is 13 (5.47% from 255 or 3.55% from 366); Blue value is 123 (48.44% from 255 or 33.61% from 366); Max value from RGB is 230 - color contains mainly: red. Hex color #E60D7B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E60D7B is #19F284. Grayscale: #5A5A5A. Windows color (decimal): -1700485 or 8064486. OLE color: 8064486.

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

Color convert

RGB 230 13 123 -
CMYK 0 0.94 0.47 0.10
HSL 329.59º 0.89% 0.48% -
HSV(B) 329.59º 0.94% 0.9% -
XYZ 36.35 18.54 20.4 -
YUV 90.42 146.39 227.56 -
System Red Green Blue C M Y K H S L
Decimal 230 13 123 0 0.94 0.47 0.10 329.59 0.89 0.48
Hex E6 D 7B 0 5E 2F A 14A 59 30
Octal 346 15 173 0 136 57 12 512 131 60
Binary 11100110 1101 1111011 0 1011110 101111 1010 101001010 1011001 110000

Color Harmonies of #E60D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60D7B

Black with #E60D7B

Text Example


Text Example

White with #E60D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60D7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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