Html Css Color HEX #E10D78 Ruby

📋 copy color: '#E10D78'

red 225 ◦ green 13 ◦ blue 120

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

Shades of Ruby #E10D78

Tints of Ruby #E10D78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 33.52%

R = 62.85%
G = 3.63%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#E10D78 (or 0xE10D78) is known color: Ruby. HEX triplet: E1, 0D and 78. RGB value is (225,13,120). Sum of RGB (Red+Green+Blue) = 225+13+120=358 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.85% from 358); Green value is 13 (5.47% from 255 or 3.63% from 358); Blue value is 120 (47.27% from 255 or 33.52% from 358); Max value from RGB is 225 - color contains mainly: red. Hex color #E10D78 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10D78 is #1EF287. Grayscale: #585858. Windows color (decimal): -2028168 or 7867873. OLE color: 7867873.

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

Color convert

RGB 225 13 120 -
CMYK 0 0.94 0.47 0.12
HSL 329.72º 0.89% 0.47% -
HSV(B) 329.72º 0.94% 0.88% -
XYZ 34.59 17.65 19.35 -
YUV 88.59 145.74 225.3 -
System Red Green Blue C M Y K H S L
Decimal 225 13 120 0 0.94 0.47 0.12 329.72 0.89 0.47
Hex E1 D 78 0 5E 2F C 14A 59 2F
Octal 341 15 170 0 136 57 14 512 131 57
Binary 11100001 1101 1111000 0 1011110 101111 1100 101001010 1011001 101111

Color Harmonies of #E10D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10D78

Black with #E10D78

Text Example


Text Example

White with #E10D78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10D78; }

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

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

background-color css

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

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

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

border-color css

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

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

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