Html Css Color HEX #E8145A Ruby

📋 copy color: '#E8145A'

red 232 ◦ green 20 ◦ blue 90

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

Shades of Ruby #E8145A

Tints of Ruby #E8145A

RGB

 RED value IS 232 (91.02% from 255) = 67.84%

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

 BLUE value IS 90 (35.55% from 255) = 26.32%

R = 67.84%
G = 5.85%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#E8145A (or 0xE8145A) is known color: Ruby. HEX triplet: E8, 14 and 5A. RGB value is (232,20,90). Sum of RGB (Red+Green+Blue) = 232+20+90=342 (45% of max value = 765). Red value is 232 (91.02% from 255 or 67.84% from 342); Green value is 20 (8.20% from 255 or 5.85% from 342); Blue value is 90 (35.55% from 255 or 26.32% from 342); Max value from RGB is 232 - color contains mainly: red. Hex color #E8145A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8145A is #17EBA5. Grayscale: #5B5B5B. Windows color (decimal): -1567654 or 5903592. OLE color: 5903592.

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

Color convert

RGB 232 20 90 -
CMYK 0 0.91 0.61 0.09
HSL 340.19º 0.84% 0.49% -
HSV(B) 340.19º 0.91% 0.91% -
XYZ 35.37 18.39 11.36 -
YUV 91.37 127.24 228.31 -
System Red Green Blue C M Y K H S L
Decimal 232 20 90 0 0.91 0.61 0.09 340.19 0.84 0.49
Hex E8 14 5A 0 5B 3D 9 154 54 31
Octal 350 24 132 0 133 75 11 524 124 61
Binary 11101000 10100 1011010 0 1011011 111101 1001 101010100 1010100 110001

Color Harmonies of #E8145A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8145A

Black with #E8145A

Text Example


Text Example

White with #E8145A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8145A; }

 p { color: rgb(232,20,90); }

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

background-color css

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

 a { background-color: rgb(232,20,90); }

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

border-color css

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

 span { border-color: rgb(232,20,90); }

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