Html Css Color HEX #E6155B Ruby

📋 copy color: '#E6155B'

red 230 ◦ green 21 ◦ blue 91

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

Shades of Ruby #E6155B

Tints of Ruby #E6155B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 26.61%

R = 67.25%
G = 6.14%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#E6155B (or 0xE6155B) is known color: Ruby. HEX triplet: E6, 15 and 5B. RGB value is (230,21,91). Sum of RGB (Red+Green+Blue) = 230+21+91=342 (45% of max value = 765). Red value is 230 (90.23% from 255 or 67.25% from 342); Green value is 21 (8.59% from 255 or 6.14% from 342); Blue value is 91 (35.94% from 255 or 26.61% from 342); Max value from RGB is 230 - color contains mainly: red. Hex color #E6155B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6155B is #19EAA4. Grayscale: #5B5B5B. Windows color (decimal): -1698469 or 5969382. OLE color: 5969382.

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

Color convert

RGB 230 21 91 -
CMYK 0 0.91 0.60 0.10
HSL 339.9º 0.83% 0.49% -
HSV(B) 339.9º 0.91% 0.9% -
XYZ 34.79 18.11 11.56 -
YUV 91.47 127.74 226.81 -
System Red Green Blue C M Y K H S L
Decimal 230 21 91 0 0.91 0.60 0.10 339.9 0.83 0.49
Hex E6 15 5B 0 5B 3C A 154 53 31
Octal 346 25 133 0 133 74 12 524 123 61
Binary 11100110 10101 1011011 0 1011011 111100 1010 101010100 1010011 110001

Color Harmonies of #E6155B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6155B

Black with #E6155B

Text Example


Text Example

White with #E6155B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6155B; }

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

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

background-color css

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

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

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

border-color css

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

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

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