Html Css Color HEX #E6156E Ruby

📋 copy color: '#E6156E'

red 230 ◦ green 21 ◦ blue 110

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

Shades of Ruby #E6156E

Tints of Ruby #E6156E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 30.47%

R = 63.71%
G = 5.82%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.52

 K value IS 0.10

RGB Variations

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

Color information

#E6156E (or 0xE6156E) is known color: Ruby. HEX triplet: E6, 15 and 6E. RGB value is (230,21,110). Sum of RGB (Red+Green+Blue) = 230+21+110=361 (47% of max value = 765). Red value is 230 (90.23% from 255 or 63.71% from 361); Green value is 21 (8.59% from 255 or 5.82% from 361); Blue value is 110 (43.36% from 255 or 30.47% from 361); Max value from RGB is 230 - color contains mainly: red. Hex color #E6156E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6156E is #19EA91. Grayscale: #5D5D5D. Windows color (decimal): -1698450 or 7214566. OLE color: 7214566.

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

Color convert

RGB 230 21 110 -
CMYK 0 0.91 0.52 0.10
HSL 334.45º 0.83% 0.49% -
HSV(B) 334.45º 0.91% 0.9% -
XYZ 35.72 18.49 16.44 -
YUV 93.64 137.24 225.26 -
System Red Green Blue C M Y K H S L
Decimal 230 21 110 0 0.91 0.52 0.10 334.45 0.83 0.49
Hex E6 15 6E 0 5B 34 A 14E 53 31
Octal 346 25 156 0 133 64 12 516 123 61
Binary 11100110 10101 1101110 0 1011011 110100 1010 101001110 1010011 110001

Color Harmonies of #E6156E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6156E

Black with #E6156E

Text Example


Text Example

White with #E6156E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6156E; }

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

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

background-color css

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

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

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

border-color css

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

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

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