Html Css Color HEX #E6157C Ruby

📋 copy color: '#E6157C'

red 230 ◦ green 21 ◦ blue 124

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

Shades of Ruby #E6157C

Tints of Ruby #E6157C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.6%

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

R = 61.33%
G = 5.6%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.46

 K value IS 0.10

RGB Variations

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

Color information

#E6157C (or 0xE6157C) is known color: Ruby. HEX triplet: E6, 15 and 7C. RGB value is (230,21,124). Sum of RGB (Red+Green+Blue) = 230+21+124=375 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.33% from 375); Green value is 21 (8.59% from 255 or 5.6% from 375); Blue value is 124 (48.83% from 255 or 33.07% from 375); Max value from RGB is 230 - color contains mainly: red. Hex color #E6157C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6157C is #19EA83. Grayscale: #5F5F5F. Windows color (decimal): -1698436 or 8132070. OLE color: 8132070.

HSL color Cylindrical-coordinate representation of color #E6157C: hue angle of 330.43º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E6157C is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 21 124 -
CMYK 0 0.91 0.46 0.10
HSL 330.43º 0.83% 0.49% -
HSV(B) 330.43º 0.91% 0.9% -
XYZ 36.54 18.81 20.77 -
YUV 95.23 144.24 224.12 -
System Red Green Blue C M Y K H S L
Decimal 230 21 124 0 0.91 0.46 0.10 330.43 0.83 0.49
Hex E6 15 7C 0 5B 2E A 14A 53 31
Octal 346 25 174 0 133 56 12 512 123 61
Binary 11100110 10101 1111100 0 1011011 101110 1010 101001010 1010011 110001

Color Harmonies of #E6157C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6157C

Black with #E6157C

Text Example


Text Example

White with #E6157C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6157C; }

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

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

background-color css

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

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

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

border-color css

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

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

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