Html Css Color HEX #E10373 Ruby

📋 copy color: '#E10373'

red 225 ◦ green 3 ◦ blue 115

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

Shades of Ruby #E10373

Tints of Ruby #E10373

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.87%

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

R = 65.6%
G = 0.87%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E10373 (or 0xE10373) is known color: Ruby. HEX triplet: E1, 03 and 73. RGB value is (225,3,115). Sum of RGB (Red+Green+Blue) = 225+3+115=343 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.60% from 343); Green value is 3 (1.56% from 255 or 0.87% from 343); Blue value is 115 (45.31% from 255 or 33.53% from 343); Max value from RGB is 225 - color contains mainly: red. Hex color #E10373 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10373 is #1EFC8C. Grayscale: #515151. Windows color (decimal): -2030733 or 7537633. OLE color: 7537633.

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

Color convert

RGB 225 3 115 -
CMYK 0 0.99 0.49 0.12
HSL 329.73º 0.97% 0.45% -
HSV(B) 329.73º 0.99% 0.88% -
XYZ 34.18 17.31 17.76 -
YUV 82.15 146.55 229.89 -
System Red Green Blue C M Y K H S L
Decimal 225 3 115 0 0.99 0.49 0.12 329.73 0.97 0.45
Hex E1 3 73 0 63 31 C 14A 61 2D
Octal 341 3 163 0 143 61 14 512 141 55
Binary 11100001 11 1110011 0 1100011 110001 1100 101001010 1100001 101101

Color Harmonies of #E10373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10373

Black with #E10373

Text Example


Text Example

White with #E10373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10373; }

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

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

background-color css

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

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

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

border-color css

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

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

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