Html Css Color HEX #E11274 Ruby

📋 copy color: '#E11274'

red 225 ◦ green 18 ◦ blue 116

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

Shades of Ruby #E11274

Tints of Ruby #E11274

RGB

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

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

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

R = 62.67%
G = 5.01%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E11274 (or 0xE11274) is known color: Ruby. HEX triplet: E1, 12 and 74. RGB value is (225,18,116). Sum of RGB (Red+Green+Blue) = 225+18+116=359 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.67% from 359); Green value is 18 (7.42% from 255 or 5.01% from 359); Blue value is 116 (45.70% from 255 or 32.31% from 359); Max value from RGB is 225 - color contains mainly: red. Hex color #E11274 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11274 is #1EED8B. Grayscale: #5A5A5A. Windows color (decimal): -2026892 or 7607009. OLE color: 7607009.

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

Color convert

RGB 225 18 116 -
CMYK 0 0.92 0.48 0.12
HSL 331.59º 0.85% 0.48% -
HSV(B) 331.59º 0.92% 0.88% -
XYZ 34.42 17.7 18.13 -
YUV 91.07 142.08 223.53 -
System Red Green Blue C M Y K H S L
Decimal 225 18 116 0 0.92 0.48 0.12 331.59 0.85 0.48
Hex E1 12 74 0 5C 30 C 14C 55 30
Octal 341 22 164 0 134 60 14 514 125 60
Binary 11100001 10010 1110100 0 1011100 110000 1100 101001100 1010101 110000

Color Harmonies of #E11274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11274

Black with #E11274

Text Example


Text Example

White with #E11274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11274; }

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

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

background-color css

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

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

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

border-color css

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

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

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