Html Css Color HEX #E10677 Ruby

📋 copy color: '#E10677'

red 225 ◦ green 6 ◦ blue 119

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

Shades of Ruby #E10677

Tints of Ruby #E10677

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.71%

 BLUE value IS 119 (46.88% from 255) = 34%

R = 64.29%
G = 1.71%
B = 34%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#E10677 (or 0xE10677) is known color: Ruby. HEX triplet: E1, 06 and 77. RGB value is (225,6,119). Sum of RGB (Red+Green+Blue) = 225+6+119=350 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.29% from 350); Green value is 6 (2.73% from 255 or 1.71% from 350); Blue value is 119 (46.88% from 255 or 34% from 350); Max value from RGB is 225 - color contains mainly: red. Hex color #E10677 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10677 is #1EF988. Grayscale: #545454. Windows color (decimal): -2029961 or 7800545. OLE color: 7800545.

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

Color convert

RGB 225 6 119 -
CMYK 0 0.97 0.47 0.12
HSL 329.04º 0.95% 0.45% -
HSV(B) 329.04º 0.97% 0.88% -
XYZ 34.45 17.47 19.01 -
YUV 84.36 147.55 228.31 -
System Red Green Blue C M Y K H S L
Decimal 225 6 119 0 0.97 0.47 0.12 329.04 0.95 0.45
Hex E1 6 77 0 61 2F C 149 5F 2D
Octal 341 6 167 0 141 57 14 511 137 55
Binary 11100001 110 1110111 0 1100001 101111 1100 101001001 1011111 101101

Color Harmonies of #E10677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10677

Black with #E10677

Text Example


Text Example

White with #E10677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10677; }

 p { color: rgb(225,6,119); }

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

background-color css

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

 a { background-color: rgb(225,6,119); }

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

border-color css

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

 span { border-color: rgb(225,6,119); }

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