Html Css Color HEX #E11F65 Ruby

📋 copy color: '#E11F65'

red 225 ◦ green 31 ◦ blue 101

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

Shades of Ruby #E11F65

Tints of Ruby #E11F65

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.68%

 BLUE value IS 101 (39.84% from 255) = 28.29%

R = 63.03%
G = 8.68%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E11F65 (or 0xE11F65) is known color: Ruby. HEX triplet: E1, 1F and 65. RGB value is (225,31,101). Sum of RGB (Red+Green+Blue) = 225+31+101=357 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.03% from 357); Green value is 31 (12.5% from 255 or 8.68% from 357); Blue value is 101 (39.84% from 255 or 28.29% from 357); Max value from RGB is 225 - color contains mainly: red. Hex color #E11F65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E11F65 is #1EE09A. Grayscale: #606060. Windows color (decimal): -2023579 or 6627297. OLE color: 6627297.

HSL color Cylindrical-coordinate representation of color #E11F65: hue angle of 338.35º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E11F65 is Cyan = 0, Magento = 0.86, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 31 101 -
CMYK 0 0.86 0.55 0.12
HSL 338.35º 0.76% 0.5% -
HSV(B) 338.35º 0.86% 0.88% -
XYZ 33.89 17.93 13.99 -
YUV 96.99 130.27 219.31 -
System Red Green Blue C M Y K H S L
Decimal 225 31 101 0 0.86 0.55 0.12 338.35 0.76 0.5
Hex E1 1F 65 0 56 37 C 152 4C 32
Octal 341 37 145 0 126 67 14 522 114 62
Binary 11100001 11111 1100101 0 1010110 110111 1100 101010010 1001100 110010

Color Harmonies of #E11F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11F65

Black with #E11F65

Text Example


Text Example

White with #E11F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11F65; }

 p { color: rgb(225,31,101); }

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

background-color css

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

 a { background-color: rgb(225,31,101); }

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

border-color css

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

 span { border-color: rgb(225,31,101); }

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