Html Css Color HEX #E10673 Ruby

📋 copy color: '#E10673'

red 225 ◦ green 6 ◦ blue 115

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

Shades of Ruby #E10673

Tints of Ruby #E10673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 33.24%

R = 65.03%
G = 1.73%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E10673 (or 0xE10673) is known color: Ruby. HEX triplet: E1, 06 and 73. RGB value is (225,6,115). Sum of RGB (Red+Green+Blue) = 225+6+115=346 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.03% from 346); Green value is 6 (2.73% from 255 or 1.73% from 346); Blue value is 115 (45.31% from 255 or 33.24% from 346); Max value from RGB is 225 - color contains mainly: red. Hex color #E10673 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10673 is #1EF98C. Grayscale: #535353. Windows color (decimal): -2029965 or 7538401. OLE color: 7538401.

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

Color convert

RGB 225 6 115 -
CMYK 0 0.97 0.49 0.12
HSL 330.14º 0.95% 0.45% -
HSV(B) 330.14º 0.97% 0.88% -
XYZ 34.21 17.38 17.77 -
YUV 83.91 145.55 228.64 -
System Red Green Blue C M Y K H S L
Decimal 225 6 115 0 0.97 0.49 0.12 330.14 0.95 0.45
Hex E1 6 73 0 61 31 C 14A 5F 2D
Octal 341 6 163 0 141 61 14 512 137 55
Binary 11100001 110 1110011 0 1100001 110001 1100 101001010 1011111 101101

Color Harmonies of #E10673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10673

Black with #E10673

Text Example


Text Example

White with #E10673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10673; }

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

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

background-color css

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

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

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

border-color css

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

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

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