Html Css Color HEX #E7146E Ruby

📋 copy color: '#E7146E'

red 231 ◦ green 20 ◦ blue 110

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

Shades of Ruby #E7146E

Tints of Ruby #E7146E

RGB

 RED value IS 231 (90.63% from 255) = 63.99%

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

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

R = 63.99%
G = 5.54%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E7146E (or 0xE7146E) is known color: Ruby. HEX triplet: E7, 14 and 6E. RGB value is (231,20,110). Sum of RGB (Red+Green+Blue) = 231+20+110=361 (47% of max value = 765). Red value is 231 (90.62% from 255 or 63.99% from 361); Green value is 20 (8.20% from 255 or 5.54% from 361); Blue value is 110 (43.36% from 255 or 30.47% from 361); Max value from RGB is 231 - color contains mainly: red. Hex color #E7146E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7146E is #18EB91. Grayscale: #5D5D5D. Windows color (decimal): -1633170 or 7214311. OLE color: 7214311.

HSL color Cylindrical-coordinate representation of color #E7146E: hue angle of 334.41º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E7146E is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 20 110 -
CMYK 0 0.91 0.52 0.09
HSL 334.41º 0.84% 0.49% -
HSV(B) 334.41º 0.91% 0.91% -
XYZ 36.02 18.62 16.45 -
YUV 93.35 137.4 226.18 -
System Red Green Blue C M Y K H S L
Decimal 231 20 110 0 0.91 0.52 0.09 334.41 0.84 0.49
Hex E7 14 6E 0 5B 34 9 14E 54 31
Octal 347 24 156 0 133 64 11 516 124 61
Binary 11100111 10100 1101110 0 1011011 110100 1001 101001110 1010100 110001

Color Harmonies of #E7146E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7146E

Black with #E7146E

Text Example


Text Example

White with #E7146E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7146E; }

 p { color: rgb(231,20,110); }

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

background-color css

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

 a { background-color: rgb(231,20,110); }

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

border-color css

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

 span { border-color: rgb(231,20,110); }

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