Html Css Color HEX #E10D63 Ruby

📋 copy color: '#E10D63'

red 225 ◦ green 13 ◦ blue 99

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

Shades of Ruby #E10D63

Tints of Ruby #E10D63

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.86%

 BLUE value IS 99 (39.06% from 255) = 29.38%

R = 66.77%
G = 3.86%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#E10D63 (or 0xE10D63) is known color: Ruby. HEX triplet: E1, 0D and 63. RGB value is (225,13,99). Sum of RGB (Red+Green+Blue) = 225+13+99=337 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.77% from 337); Green value is 13 (5.47% from 255 or 3.86% from 337); Blue value is 99 (39.06% from 255 or 29.38% from 337); Max value from RGB is 225 - color contains mainly: red. Hex color #E10D63 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10D63 is #1EF29C. Grayscale: #565656. Windows color (decimal): -2028189 or 6491617. OLE color: 6491617.

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

Color convert

RGB 225 13 99 -
CMYK 0 0.94 0.56 0.12
HSL 335.66º 0.89% 0.47% -
HSV(B) 335.66º 0.94% 0.88% -
XYZ 33.45 17.2 13.36 -
YUV 86.19 135.24 227.01 -
System Red Green Blue C M Y K H S L
Decimal 225 13 99 0 0.94 0.56 0.12 335.66 0.89 0.47
Hex E1 D 63 0 5E 38 C 150 59 2F
Octal 341 15 143 0 136 70 14 520 131 57
Binary 11100001 1101 1100011 0 1011110 111000 1100 101010000 1011001 101111

Color Harmonies of #E10D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10D63

Black with #E10D63

Text Example


Text Example

White with #E10D63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10D63; }

 p { color: rgb(225,13,99); }

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

background-color css

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

 a { background-color: rgb(225,13,99); }

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

border-color css

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

 span { border-color: rgb(225,13,99); }

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