Html Css Color HEX #E6155A Ruby

📋 copy color: '#E6155A'

red 230 ◦ green 21 ◦ blue 90

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

Shades of Ruby #E6155A

Tints of Ruby #E6155A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 26.39%

R = 67.45%
G = 6.16%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.61

 K value IS 0.10

RGB Variations

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

Color information

#E6155A (or 0xE6155A) is known color: Ruby. HEX triplet: E6, 15 and 5A. RGB value is (230,21,90). Sum of RGB (Red+Green+Blue) = 230+21+90=341 (45% of max value = 765). Red value is 230 (90.23% from 255 or 67.45% from 341); Green value is 21 (8.59% from 255 or 6.16% from 341); Blue value is 90 (35.55% from 255 or 26.39% from 341); Max value from RGB is 230 - color contains mainly: red. Hex color #E6155A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6155A is #19EAA5. Grayscale: #5B5B5B. Windows color (decimal): -1698470 or 5903846. OLE color: 5903846.

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

Color convert

RGB 230 21 90 -
CMYK 0 0.91 0.61 0.10
HSL 340.19º 0.83% 0.49% -
HSV(B) 340.19º 0.91% 0.9% -
XYZ 34.75 18.1 11.33 -
YUV 91.36 127.24 226.89 -
System Red Green Blue C M Y K H S L
Decimal 230 21 90 0 0.91 0.61 0.10 340.19 0.83 0.49
Hex E6 15 5A 0 5B 3D A 154 53 31
Octal 346 25 132 0 133 75 12 524 123 61
Binary 11100110 10101 1011010 0 1011011 111101 1010 101010100 1010011 110001

Color Harmonies of #E6155A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6155A

Black with #E6155A

Text Example


Text Example

White with #E6155A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6155A; }

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

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

background-color css

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

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

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

border-color css

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

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

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