Html Css Color HEX #E6146A Ruby

📋 copy color: '#E6146A'

red 230 ◦ green 20 ◦ blue 106

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

Shades of Ruby #E6146A

Tints of Ruby #E6146A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.62%

 BLUE value IS 106 (41.8% from 255) = 29.78%

R = 64.61%
G = 5.62%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.54

 K value IS 0.10

RGB Variations

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

Color information

#E6146A (or 0xE6146A) is known color: Ruby. HEX triplet: E6, 14 and 6A. RGB value is (230,20,106). Sum of RGB (Red+Green+Blue) = 230+20+106=356 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.61% from 356); Green value is 20 (8.20% from 255 or 5.62% from 356); Blue value is 106 (41.80% from 255 or 29.78% from 356); Max value from RGB is 230 - color contains mainly: red. Hex color #E6146A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6146A is #19EB95. Grayscale: #5C5C5C. Windows color (decimal): -1698710 or 6952166. OLE color: 6952166.

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

Color convert

RGB 230 20 106 -
CMYK 0 0.91 0.54 0.10
HSL 335.43º 0.84% 0.49% -
HSV(B) 335.43º 0.91% 0.9% -
XYZ 35.48 18.36 15.31 -
YUV 92.59 135.57 226.01 -
System Red Green Blue C M Y K H S L
Decimal 230 20 106 0 0.91 0.54 0.10 335.43 0.84 0.49
Hex E6 14 6A 0 5B 36 A 14F 54 31
Octal 346 24 152 0 133 66 12 517 124 61
Binary 11100110 10100 1101010 0 1011011 110110 1010 101001111 1010100 110001

Color Harmonies of #E6146A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6146A

Black with #E6146A

Text Example


Text Example

White with #E6146A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6146A; }

 p { color: rgb(230,20,106); }

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

background-color css

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

 a { background-color: rgb(230,20,106); }

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

border-color css

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

 span { border-color: rgb(230,20,106); }

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