Html Css Color HEX #E10E6C Ruby

📋 copy color: '#E10E6C'

red 225 ◦ green 14 ◦ blue 108

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

Shades of Ruby #E10E6C

Tints of Ruby #E10E6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.12%

R = 64.84%
G = 4.03%
B = 31.12%

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

#E10E6C (or 0xE10E6C) is known color: Ruby. HEX triplet: E1, 0E and 6C. RGB value is (225,14,108). Sum of RGB (Red+Green+Blue) = 225+14+108=347 (45% of max value = 765). Red value is 225 (88.28% from 255 or 64.84% from 347); Green value is 14 (5.86% from 255 or 4.03% from 347); Blue value is 108 (42.58% from 255 or 31.12% from 347); Max value from RGB is 225 - color contains mainly: red. Hex color #E10E6C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10E6C is #1EF193. Grayscale: #575757. Windows color (decimal): -2027924 or 7081697. OLE color: 7081697.

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

Color convert

RGB 225 14 108 -
CMYK 0 0.94 0.52 0.12
HSL 333.27º 0.88% 0.47% -
HSV(B) 333.27º 0.94% 0.88% -
XYZ 33.92 17.4 15.76 -
YUV 87.81 139.4 225.86 -
System Red Green Blue C M Y K H S L
Decimal 225 14 108 0 0.94 0.52 0.12 333.27 0.88 0.47
Hex E1 E 6C 0 5E 34 C 14D 58 2F
Octal 341 16 154 0 136 64 14 515 130 57
Binary 11100001 1110 1101100 0 1011110 110100 1100 101001101 1011000 101111

Color Harmonies of #E10E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10E6C

Black with #E10E6C

Text Example


Text Example

White with #E10E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10E6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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