Html Css Color HEX #E10479 Ruby

📋 copy color: '#E10479'

red 225 ◦ green 4 ◦ blue 121

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

Shades of Ruby #E10479

Tints of Ruby #E10479

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.14%

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

R = 64.29%
G = 1.14%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E10479 (or 0xE10479) is known color: Ruby. HEX triplet: E1, 04 and 79. RGB value is (225,4,121). Sum of RGB (Red+Green+Blue) = 225+4+121=350 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.29% from 350); Green value is 4 (1.95% from 255 or 1.14% from 350); Blue value is 121 (47.66% from 255 or 34.57% from 350); Max value from RGB is 225 - color contains mainly: red. Hex color #E10479 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10479 is #1EFB86. Grayscale: #535353. Windows color (decimal): -2030471 or 7931105. OLE color: 7931105.

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

Color convert

RGB 225 4 121 -
CMYK 0 0.98 0.46 0.12
HSL 328.24º 0.97% 0.45% -
HSV(B) 328.24º 0.98% 0.88% -
XYZ 34.55 17.47 19.64 -
YUV 83.42 149.22 228.99 -
System Red Green Blue C M Y K H S L
Decimal 225 4 121 0 0.98 0.46 0.12 328.24 0.97 0.45
Hex E1 4 79 0 62 2E C 148 61 2D
Octal 341 4 171 0 142 56 14 510 141 55
Binary 11100001 100 1111001 0 1100010 101110 1100 101001000 1100001 101101

Color Harmonies of #E10479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10479

Black with #E10479

Text Example


Text Example

White with #E10479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10479; }

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

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

background-color css

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

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

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

border-color css

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

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

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