Html Css Color HEX #E2125A Ruby

📋 copy color: '#E2125A'

red 226 ◦ green 18 ◦ blue 90

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

Shades of Ruby #E2125A

Tints of Ruby #E2125A

RGB

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

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

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

R = 67.66%
G = 5.39%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.60

 K value IS 0.11

RGB Variations

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

Color information

#E2125A (or 0xE2125A) is known color: Ruby. HEX triplet: E2, 12 and 5A. RGB value is (226,18,90). Sum of RGB (Red+Green+Blue) = 226+18+90=334 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.66% from 334); Green value is 18 (7.42% from 255 or 5.39% from 334); Blue value is 90 (35.55% from 255 or 26.95% from 334); Max value from RGB is 226 - color contains mainly: red. Hex color #E2125A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2125A is #1DEDA5. Grayscale: #585858. Windows color (decimal): -1961382 or 5903074. OLE color: 5903074.

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

Color convert

RGB 226 18 90 -
CMYK 0 0.92 0.60 0.11
HSL 339.23º 0.85% 0.48% -
HSV(B) 339.23º 0.92% 0.89% -
XYZ 33.43 17.34 11.26 -
YUV 88.4 128.91 226.15 -
System Red Green Blue C M Y K H S L
Decimal 226 18 90 0 0.92 0.60 0.11 339.23 0.85 0.48
Hex E2 12 5A 0 5C 3C B 153 55 30
Octal 342 22 132 0 134 74 13 523 125 60
Binary 11100010 10010 1011010 0 1011100 111100 1011 101010011 1010101 110000

Color Harmonies of #E2125A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2125A

Black with #E2125A

Text Example


Text Example

White with #E2125A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2125A; }

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

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

background-color css

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

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

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

border-color css

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

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

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