Html Css Color HEX #E7146C Ruby

📋 copy color: '#E7146C'

red 231 ◦ green 20 ◦ blue 108

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

Shades of Ruby #E7146C

Tints of Ruby #E7146C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30.08%

R = 64.35%
G = 5.57%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.53

 K value IS 0.09

RGB Variations

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

Color information

#E7146C (or 0xE7146C) is known color: Ruby. HEX triplet: E7, 14 and 6C. RGB value is (231,20,108). Sum of RGB (Red+Green+Blue) = 231+20+108=359 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.35% from 359); Green value is 20 (8.20% from 255 or 5.57% from 359); Blue value is 108 (42.58% from 255 or 30.08% from 359); Max value from RGB is 231 - color contains mainly: red. Hex color #E7146C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7146C is #18EB93. Grayscale: #5C5C5C. Windows color (decimal): -1633172 or 7083239. OLE color: 7083239.

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

Color convert

RGB 231 20 108 -
CMYK 0 0.91 0.53 0.09
HSL 334.98º 0.84% 0.49% -
HSV(B) 334.98º 0.91% 0.91% -
XYZ 35.91 18.57 15.88 -
YUV 93.12 136.4 226.34 -
System Red Green Blue C M Y K H S L
Decimal 231 20 108 0 0.91 0.53 0.09 334.98 0.84 0.49
Hex E7 14 6C 0 5B 35 9 14F 54 31
Octal 347 24 154 0 133 65 11 517 124 61
Binary 11100111 10100 1101100 0 1011011 110101 1001 101001111 1010100 110001

Color Harmonies of #E7146C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7146C

Black with #E7146C

Text Example


Text Example

White with #E7146C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7146C; }

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

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

background-color css

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

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

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

border-color css

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

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

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