Html Css Color HEX #E10E61 Ruby

📋 copy color: '#E10E61'

red 225 ◦ green 14 ◦ blue 97

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

Shades of Ruby #E10E61

Tints of Ruby #E10E61

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.17%

 BLUE value IS 97 (38.28% from 255) = 28.87%

R = 66.96%
G = 4.17%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#E10E61 (or 0xE10E61) is known color: Ruby. HEX triplet: E1, 0E and 61. RGB value is (225,14,97). Sum of RGB (Red+Green+Blue) = 225+14+97=336 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.96% from 336); Green value is 14 (5.86% from 255 or 4.17% from 336); Blue value is 97 (38.28% from 255 or 28.87% from 336); Max value from RGB is 225 - color contains mainly: red. Hex color #E10E61 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10E61 is #1EF19E. Grayscale: #565656. Windows color (decimal): -2027935 or 6360801. OLE color: 6360801.

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

Color convert

RGB 225 14 97 -
CMYK 0 0.94 0.57 0.12
HSL 336.4º 0.88% 0.47% -
HSV(B) 336.4º 0.94% 0.88% -
XYZ 33.37 17.18 12.87 -
YUV 86.55 133.9 226.75 -
System Red Green Blue C M Y K H S L
Decimal 225 14 97 0 0.94 0.57 0.12 336.4 0.88 0.47
Hex E1 E 61 0 5E 39 C 150 58 2F
Octal 341 16 141 0 136 71 14 520 130 57
Binary 11100001 1110 1100001 0 1011110 111001 1100 101010000 1011000 101111

Color Harmonies of #E10E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10E61

Black with #E10E61

Text Example


Text Example

White with #E10E61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10E61; }

 p { color: rgb(225,14,97); }

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

background-color css

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

 a { background-color: rgb(225,14,97); }

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

border-color css

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

 span { border-color: rgb(225,14,97); }

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