Html Css Color HEX #E10770 Ruby

📋 copy color: '#E10770'

red 225 ◦ green 7 ◦ blue 112

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

Shades of Ruby #E10770

Tints of Ruby #E10770

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.03%

 BLUE value IS 112 (44.14% from 255) = 32.56%

R = 65.41%
G = 2.03%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E10770 (or 0xE10770) is known color: Ruby. HEX triplet: E1, 07 and 70. RGB value is (225,7,112). Sum of RGB (Red+Green+Blue) = 225+7+112=344 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.41% from 344); Green value is 7 (3.12% from 255 or 2.03% from 344); Blue value is 112 (44.14% from 255 or 32.56% from 344); Max value from RGB is 225 - color contains mainly: red. Hex color #E10770 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10770 is #1EF88F. Grayscale: #535353. Windows color (decimal): -2029712 or 7342049. OLE color: 7342049.

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

Color convert

RGB 225 7 112 -
CMYK 0 0.97 0.50 0.12
HSL 331.1º 0.94% 0.45% -
HSV(B) 331.1º 0.97% 0.88% -
XYZ 34.05 17.33 16.88 -
YUV 84.15 143.72 228.46 -
System Red Green Blue C M Y K H S L
Decimal 225 7 112 0 0.97 0.50 0.12 331.1 0.94 0.45
Hex E1 7 70 0 61 32 C 14B 5E 2D
Octal 341 7 160 0 141 62 14 513 136 55
Binary 11100001 111 1110000 0 1100001 110010 1100 101001011 1011110 101101

Color Harmonies of #E10770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10770

Black with #E10770

Text Example


Text Example

White with #E10770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10770; }

 p { color: rgb(225,7,112); }

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

background-color css

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

 a { background-color: rgb(225,7,112); }

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

border-color css

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

 span { border-color: rgb(225,7,112); }

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