Html Css Color HEX #E8145D Ruby

📋 copy color: '#E8145D'

red 232 ◦ green 20 ◦ blue 93

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

Shades of Ruby #E8145D

Tints of Ruby #E8145D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.96%

R = 67.25%
G = 5.8%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.60

 K value IS 0.09

RGB Variations

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

Color information

#E8145D (or 0xE8145D) is known color: Ruby. HEX triplet: E8, 14 and 5D. RGB value is (232,20,93). Sum of RGB (Red+Green+Blue) = 232+20+93=345 (45% of max value = 765). Red value is 232 (91.02% from 255 or 67.25% from 345); Green value is 20 (8.20% from 255 or 5.80% from 345); Blue value is 93 (36.72% from 255 or 26.96% from 345); Max value from RGB is 232 - color contains mainly: red. Hex color #E8145D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8145D is #17EBA2. Grayscale: #5B5B5B. Windows color (decimal): -1567651 or 6100200. OLE color: 6100200.

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

Color convert

RGB 232 20 93 -
CMYK 0 0.91 0.60 0.09
HSL 339.34º 0.84% 0.49% -
HSV(B) 339.34º 0.91% 0.91% -
XYZ 35.5 18.45 12.05 -
YUV 91.71 128.74 228.06 -
System Red Green Blue C M Y K H S L
Decimal 232 20 93 0 0.91 0.60 0.09 339.34 0.84 0.49
Hex E8 14 5D 0 5B 3C 9 153 54 31
Octal 350 24 135 0 133 74 11 523 124 61
Binary 11101000 10100 1011101 0 1011011 111100 1001 101010011 1010100 110001

Color Harmonies of #E8145D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8145D

Black with #E8145D

Text Example


Text Example

White with #E8145D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8145D; }

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

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

background-color css

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

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

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

border-color css

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

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

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