Html Css Color HEX #E8125F Ruby

📋 copy color: '#E8125F'

red 232 ◦ green 18 ◦ blue 95

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

Shades of Ruby #E8125F

Tints of Ruby #E8125F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.22%

 BLUE value IS 95 (37.5% from 255) = 27.54%

R = 67.25%
G = 5.22%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#E8125F (or 0xE8125F) is known color: Ruby. HEX triplet: E8, 12 and 5F. RGB value is (232,18,95). Sum of RGB (Red+Green+Blue) = 232+18+95=345 (45% of max value = 765). Red value is 232 (91.02% from 255 or 67.25% from 345); Green value is 18 (7.42% from 255 or 5.22% from 345); Blue value is 95 (37.5% from 255 or 27.54% from 345); Max value from RGB is 232 - color contains mainly: red. Hex color #E8125F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8125F is #17EDA0. Grayscale: #5A5A5A. Windows color (decimal): -1568161 or 6230760. OLE color: 6230760.

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

Color convert

RGB 232 18 95 -
CMYK 0 0.92 0.59 0.09
HSL 338.41º 0.86% 0.49% -
HSV(B) 338.41º 0.92% 0.91% -
XYZ 35.56 18.41 12.51 -
YUV 90.76 130.4 228.74 -
System Red Green Blue C M Y K H S L
Decimal 232 18 95 0 0.92 0.59 0.09 338.41 0.86 0.49
Hex E8 12 5F 0 5C 3B 9 152 56 31
Octal 350 22 137 0 134 73 11 522 126 61
Binary 11101000 10010 1011111 0 1011100 111011 1001 101010010 1010110 110001

Color Harmonies of #E8125F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8125F

Black with #E8125F

Text Example


Text Example

White with #E8125F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8125F; }

 p { color: rgb(232,18,95); }

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

background-color css

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

 a { background-color: rgb(232,18,95); }

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

border-color css

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

 span { border-color: rgb(232,18,95); }

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