Html Css Color HEX #E3146D Ruby

📋 copy color: '#E3146D'

red 227 ◦ green 20 ◦ blue 109

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

Shades of Ruby #E3146D

Tints of Ruby #E3146D

RGB

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

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

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

R = 63.76%
G = 5.62%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.52

 K value IS 0.11

RGB Variations

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

Color information

#E3146D (or 0xE3146D) is known color: Ruby. HEX triplet: E3, 14 and 6D. RGB value is (227,20,109). Sum of RGB (Red+Green+Blue) = 227+20+109=356 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.76% from 356); Green value is 20 (8.20% from 255 or 5.62% from 356); Blue value is 109 (42.97% from 255 or 30.62% from 356); Max value from RGB is 227 - color contains mainly: red. Hex color #E3146D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3146D is #1CEB92. Grayscale: #5B5B5B. Windows color (decimal): -1895315 or 7148771. OLE color: 7148771.

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

Color convert

RGB 227 20 109 -
CMYK 0 0.91 0.52 0.11
HSL 334.2º 0.84% 0.48% -
HSV(B) 334.2º 0.91% 0.89% -
XYZ 34.69 17.94 16.1 -
YUV 92.04 137.58 224.26 -
System Red Green Blue C M Y K H S L
Decimal 227 20 109 0 0.91 0.52 0.11 334.2 0.84 0.48
Hex E3 14 6D 0 5B 34 B 14E 54 30
Octal 343 24 155 0 133 64 13 516 124 60
Binary 11100011 10100 1101101 0 1011011 110100 1011 101001110 1010100 110000

Color Harmonies of #E3146D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3146D

Black with #E3146D

Text Example


Text Example

White with #E3146D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3146D; }

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

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

background-color css

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

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

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

border-color css

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

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

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