Html Css Color HEX #E10E6D Ruby

📋 copy color: '#E10E6D'

red 225 ◦ green 14 ◦ blue 109

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

Shades of Ruby #E10E6D

Tints of Ruby #E10E6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 31.32%

R = 64.66%
G = 4.02%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E10E6D (or 0xE10E6D) is known color: Ruby. HEX triplet: E1, 0E and 6D. RGB value is (225,14,109). Sum of RGB (Red+Green+Blue) = 225+14+109=348 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.66% from 348); Green value is 14 (5.86% from 255 or 4.02% from 348); Blue value is 109 (42.97% from 255 or 31.32% from 348); Max value from RGB is 225 - color contains mainly: red. Hex color #E10E6D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10E6D is #1EF192. Grayscale: #575757. Windows color (decimal): -2027923 or 7147233. OLE color: 7147233.

HSL color Cylindrical-coordinate representation of color #E10E6D: hue angle of 332.99º 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 #E10E6D is Cyan = 0, Magento = 0.94, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 14 109 -
CMYK 0 0.94 0.52 0.12
HSL 332.99º 0.88% 0.47% -
HSV(B) 332.99º 0.94% 0.88% -
XYZ 33.97 17.43 16.04 -
YUV 87.92 139.9 225.78 -
System Red Green Blue C M Y K H S L
Decimal 225 14 109 0 0.94 0.52 0.12 332.99 0.88 0.47
Hex E1 E 6D 0 5E 34 C 14D 58 2F
Octal 341 16 155 0 136 64 14 515 130 57
Binary 11100001 1110 1101101 0 1011110 110100 1100 101001101 1011000 101111

Color Harmonies of #E10E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10E6D

Black with #E10E6D

Text Example


Text Example

White with #E10E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10E6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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