Html Css Color HEX #E3146A Ruby

📋 copy color: '#E3146A'

red 227 ◦ green 20 ◦ blue 106

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

Shades of Ruby #E3146A

Tints of Ruby #E3146A

RGB

 RED value IS 227 (89.06% from 255) = 64.31%

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

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

R = 64.31%
G = 5.67%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.53

 K value IS 0.11

RGB Variations

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

Color information

#E3146A (or 0xE3146A) is known color: Ruby. HEX triplet: E3, 14 and 6A. RGB value is (227,20,106). Sum of RGB (Red+Green+Blue) = 227+20+106=353 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.31% from 353); Green value is 20 (8.20% from 255 or 5.67% from 353); Blue value is 106 (41.80% from 255 or 30.03% from 353); Max value from RGB is 227 - color contains mainly: red. Hex color #E3146A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3146A is #1CEB95. Grayscale: #5B5B5B. Windows color (decimal): -1895318 or 6952163. OLE color: 6952163.

HSL color Cylindrical-coordinate representation of color #E3146A: hue angle of 335.07º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E3146A is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 20 106 -
CMYK 0 0.91 0.53 0.11
HSL 335.07º 0.84% 0.48% -
HSV(B) 335.07º 0.91% 0.89% -
XYZ 34.53 17.87 15.27 -
YUV 91.7 136.08 224.51 -
System Red Green Blue C M Y K H S L
Decimal 227 20 106 0 0.91 0.53 0.11 335.07 0.84 0.48
Hex E3 14 6A 0 5B 35 B 14F 54 30
Octal 343 24 152 0 133 65 13 517 124 60
Binary 11100011 10100 1101010 0 1011011 110101 1011 101001111 1010100 110000

Color Harmonies of #E3146A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3146A

Black with #E3146A

Text Example


Text Example

White with #E3146A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3146A; }

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

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

background-color css

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

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

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

border-color css

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

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

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