Html Css Color HEX #E7145E Ruby

📋 copy color: '#E7145E'

red 231 ◦ green 20 ◦ blue 94

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

Shades of Ruby #E7145E

Tints of Ruby #E7145E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 27.25%

R = 66.96%
G = 5.8%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#E7145E (or 0xE7145E) is known color: Ruby. HEX triplet: E7, 14 and 5E. RGB value is (231,20,94). Sum of RGB (Red+Green+Blue) = 231+20+94=345 (45% of max value = 765). Red value is 231 (90.62% from 255 or 66.96% from 345); Green value is 20 (8.20% from 255 or 5.80% from 345); Blue value is 94 (37.11% from 255 or 27.25% from 345); Max value from RGB is 231 - color contains mainly: red. Hex color #E7145E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7145E is #18EBA1. Grayscale: #5B5B5B. Windows color (decimal): -1633186 or 6165735. OLE color: 6165735.

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

Color convert

RGB 231 20 94 -
CMYK 0 0.91 0.59 0.09
HSL 338.96º 0.84% 0.49% -
HSV(B) 338.96º 0.91% 0.91% -
XYZ 35.23 18.3 12.26 -
YUV 91.53 129.4 227.48 -
System Red Green Blue C M Y K H S L
Decimal 231 20 94 0 0.91 0.59 0.09 338.96 0.84 0.49
Hex E7 14 5E 0 5B 3B 9 153 54 31
Octal 347 24 136 0 133 73 11 523 124 61
Binary 11100111 10100 1011110 0 1011011 111011 1001 101010011 1010100 110001

Color Harmonies of #E7145E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7145E

Black with #E7145E

Text Example


Text Example

White with #E7145E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7145E; }

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

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

background-color css

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

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

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

border-color css

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

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

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