Html Css Color HEX #E6156D Ruby

📋 copy color: '#E6156D'

red 230 ◦ green 21 ◦ blue 109

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

Shades of Ruby #E6156D

Tints of Ruby #E6156D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 30.28%

R = 63.89%
G = 5.83%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#E6156D (or 0xE6156D) is known color: Ruby. HEX triplet: E6, 15 and 6D. RGB value is (230,21,109). Sum of RGB (Red+Green+Blue) = 230+21+109=360 (47% of max value = 765). Red value is 230 (90.23% from 255 or 63.89% from 360); Green value is 21 (8.59% from 255 or 5.83% from 360); Blue value is 109 (42.97% from 255 or 30.28% from 360); Max value from RGB is 230 - color contains mainly: red. Hex color #E6156D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6156D is #19EA92. Grayscale: #5D5D5D. Windows color (decimal): -1698451 or 7149030. OLE color: 7149030.

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

Color convert

RGB 230 21 109 -
CMYK 0 0.91 0.53 0.10
HSL 334.74º 0.83% 0.49% -
HSV(B) 334.74º 0.91% 0.9% -
XYZ 35.66 18.46 16.15 -
YUV 93.52 136.74 225.34 -
System Red Green Blue C M Y K H S L
Decimal 230 21 109 0 0.91 0.53 0.10 334.74 0.83 0.49
Hex E6 15 6D 0 5B 35 A 14F 53 31
Octal 346 25 155 0 133 65 12 517 123 61
Binary 11100110 10101 1101101 0 1011011 110101 1010 101001111 1010011 110001

Color Harmonies of #E6156D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6156D

Black with #E6156D

Text Example


Text Example

White with #E6156D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6156D; }

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

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

background-color css

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

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

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

border-color css

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

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

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