Html Css Color HEX #E11655 Ruby

📋 copy color: '#E11655'

red 225 ◦ green 22 ◦ blue 85

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

Shades of Ruby #E11655

Tints of Ruby #E11655

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.63%

 BLUE value IS 85 (33.59% from 255) = 25.6%

R = 67.77%
G = 6.63%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E11655 (or 0xE11655) is known color: Ruby. HEX triplet: E1, 16 and 55. RGB value is (225,22,85). Sum of RGB (Red+Green+Blue) = 225+22+85=332 (43% of max value = 765). Red value is 225 (88.28% from 255 or 67.77% from 332); Green value is 22 (8.98% from 255 or 6.63% from 332); Blue value is 85 (33.59% from 255 or 25.60% from 332); Max value from RGB is 225 - color contains mainly: red. Hex color #E11655 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11655 is #1EE9AA. Grayscale: #595959. Windows color (decimal): -2025899 or 5576417. OLE color: 5576417.

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

Color convert

RGB 225 22 85 -
CMYK 0 0.90 0.62 0.12
HSL 341.38º 0.82% 0.48% -
HSV(B) 341.38º 0.9% 0.88% -
XYZ 32.98 17.24 10.18 -
YUV 89.88 125.25 224.38 -
System Red Green Blue C M Y K H S L
Decimal 225 22 85 0 0.90 0.62 0.12 341.38 0.82 0.48
Hex E1 16 55 0 5A 3E C 155 52 30
Octal 341 26 125 0 132 76 14 525 122 60
Binary 11100001 10110 1010101 0 1011010 111110 1100 101010101 1010010 110000

Color Harmonies of #E11655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11655

Black with #E11655

Text Example


Text Example

White with #E11655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11655; }

 p { color: rgb(225,22,85); }

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

background-color css

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

 a { background-color: rgb(225,22,85); }

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

border-color css

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

 span { border-color: rgb(225,22,85); }

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