Html Css Color HEX #E10F79 Ruby

📋 copy color: '#E10F79'

red 225 ◦ green 15 ◦ blue 121

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

Shades of Ruby #E10F79

Tints of Ruby #E10F79

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.16%

 BLUE value IS 121 (47.66% from 255) = 33.52%

R = 62.33%
G = 4.16%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E10F79 (or 0xE10F79) is known color: Ruby. HEX triplet: E1, 0F and 79. RGB value is (225,15,121). Sum of RGB (Red+Green+Blue) = 225+15+121=361 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.33% from 361); Green value is 15 (6.25% from 255 or 4.16% from 361); Blue value is 121 (47.66% from 255 or 33.52% from 361); Max value from RGB is 225 - color contains mainly: red. Hex color #E10F79 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10F79 is #1EF086. Grayscale: #595959. Windows color (decimal): -2027655 or 7933921. OLE color: 7933921.

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

Color convert

RGB 225 15 121 -
CMYK 0 0.93 0.46 0.12
HSL 329.71º 0.88% 0.47% -
HSV(B) 329.71º 0.93% 0.88% -
XYZ 34.67 17.73 19.68 -
YUV 89.87 145.57 224.38 -
System Red Green Blue C M Y K H S L
Decimal 225 15 121 0 0.93 0.46 0.12 329.71 0.88 0.47
Hex E1 F 79 0 5D 2E C 14A 58 2F
Octal 341 17 171 0 135 56 14 512 130 57
Binary 11100001 1111 1111001 0 1011101 101110 1100 101001010 1011000 101111

Color Harmonies of #E10F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10F79

Black with #E10F79

Text Example


Text Example

White with #E10F79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10F79; }

 p { color: rgb(225,15,121); }

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

background-color css

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

 a { background-color: rgb(225,15,121); }

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

border-color css

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

 span { border-color: rgb(225,15,121); }

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