Html Css Color HEX #E2125D Ruby

📋 copy color: '#E2125D'

red 226 ◦ green 18 ◦ blue 93

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

Shades of Ruby #E2125D

Tints of Ruby #E2125D

RGB

 RED value IS 226 (88.67% from 255) = 67.06%

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

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

R = 67.06%
G = 5.34%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#E2125D (or 0xE2125D) is known color: Ruby. HEX triplet: E2, 12 and 5D. RGB value is (226,18,93). Sum of RGB (Red+Green+Blue) = 226+18+93=337 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.06% from 337); Green value is 18 (7.42% from 255 or 5.34% from 337); Blue value is 93 (36.72% from 255 or 27.60% from 337); Max value from RGB is 226 - color contains mainly: red. Hex color #E2125D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2125D is #1DEDA2. Grayscale: #585858. Windows color (decimal): -1961379 or 6099682. OLE color: 6099682.

HSL color Cylindrical-coordinate representation of color #E2125D: hue angle of 338.37º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E2125D is Cyan = 0, Magento = 0.92, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 18 93 -
CMYK 0 0.92 0.59 0.11
HSL 338.37º 0.85% 0.48% -
HSV(B) 338.37º 0.92% 0.89% -
XYZ 33.56 17.39 11.94 -
YUV 88.74 130.41 225.9 -
System Red Green Blue C M Y K H S L
Decimal 226 18 93 0 0.92 0.59 0.11 338.37 0.85 0.48
Hex E2 12 5D 0 5C 3B B 152 55 30
Octal 342 22 135 0 134 73 13 522 125 60
Binary 11100010 10010 1011101 0 1011100 111011 1011 101010010 1010101 110000

Color Harmonies of #E2125D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2125D

Black with #E2125D

Text Example


Text Example

White with #E2125D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2125D; }

 p { color: rgb(226,18,93); }

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

background-color css

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

 a { background-color: rgb(226,18,93); }

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

border-color css

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

 span { border-color: rgb(226,18,93); }

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