Html Css Color HEX #E11874 Ruby

📋 copy color: '#E11874'

red 225 ◦ green 24 ◦ blue 116

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

Shades of Ruby #E11874

Tints of Ruby #E11874

RGB

 RED value IS 225 (88.28% from 255) = 61.64%

 GREEN value IS 24 (9.77% from 255) = 6.58%

 BLUE value IS 116 (45.7% from 255) = 31.78%

R = 61.64%
G = 6.58%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E11874 (or 0xE11874) is known color: Ruby. HEX triplet: E1, 18 and 74. RGB value is (225,24,116). Sum of RGB (Red+Green+Blue) = 225+24+116=365 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.64% from 365); Green value is 24 (9.77% from 255 or 6.58% from 365); Blue value is 116 (45.70% from 255 or 31.78% from 365); Max value from RGB is 225 - color contains mainly: red. Hex color #E11874 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11874 is #1EE78B. Grayscale: #5E5E5E. Windows color (decimal): -2025356 or 7608545. OLE color: 7608545.

HSL color Cylindrical-coordinate representation of color #E11874: hue angle of 332.54º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E11874 is Cyan = 0, Magento = 0.89, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 24 116 -
CMYK 0 0.89 0.48 0.12
HSL 332.54º 0.81% 0.49% -
HSV(B) 332.54º 0.89% 0.88% -
XYZ 34.53 17.92 18.16 -
YUV 94.59 140.09 221.02 -
System Red Green Blue C M Y K H S L
Decimal 225 24 116 0 0.89 0.48 0.12 332.54 0.81 0.49
Hex E1 18 74 0 59 30 C 14D 51 31
Octal 341 30 164 0 131 60 14 515 121 61
Binary 11100001 11000 1110100 0 1011001 110000 1100 101001101 1010001 110001

Color Harmonies of #E11874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11874

Black with #E11874

Text Example


Text Example

White with #E11874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11874; }

 p { color: rgb(225,24,116); }

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

background-color css

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

 a { background-color: rgb(225,24,116); }

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

border-color css

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

 span { border-color: rgb(225,24,116); }

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