Html Css Color HEX #E10576 Ruby

📋 copy color: '#E10576'

red 225 ◦ green 5 ◦ blue 118

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

Shades of Ruby #E10576

Tints of Ruby #E10576

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.44%

 BLUE value IS 118 (46.48% from 255) = 33.91%

R = 64.66%
G = 1.44%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E10576 (or 0xE10576) is known color: Ruby. HEX triplet: E1, 05 and 76. RGB value is (225,5,118). Sum of RGB (Red+Green+Blue) = 225+5+118=348 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.66% from 348); Green value is 5 (2.34% from 255 or 1.44% from 348); Blue value is 118 (46.48% from 255 or 33.91% from 348); Max value from RGB is 225 - color contains mainly: red. Hex color #E10576 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10576 is #1EFA89. Grayscale: #535353. Windows color (decimal): -2030218 or 7734753. OLE color: 7734753.

HSL color Cylindrical-coordinate representation of color #E10576: hue angle of 329.18º degrees, saturation: 0.96, 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 #E10576 is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 5 118 -
CMYK 0 0.98 0.48 0.12
HSL 329.18º 0.96% 0.45% -
HSV(B) 329.18º 0.98% 0.88% -
XYZ 34.38 17.42 18.69 -
YUV 83.66 147.39 228.81 -
System Red Green Blue C M Y K H S L
Decimal 225 5 118 0 0.98 0.48 0.12 329.18 0.96 0.45
Hex E1 5 76 0 62 30 C 149 60 2D
Octal 341 5 166 0 142 60 14 511 140 55
Binary 11100001 101 1110110 0 1100010 110000 1100 101001001 1100000 101101

Color Harmonies of #E10576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10576

Black with #E10576

Text Example


Text Example

White with #E10576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10576; }

 p { color: rgb(225,5,118); }

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

background-color css

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

 a { background-color: rgb(225,5,118); }

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

border-color css

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

 span { border-color: rgb(225,5,118); }

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