Html Css Color HEX #E10178 Ruby

📋 copy color: '#E10178'

red 225 ◦ green 1 ◦ blue 120

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

Shades of Ruby #E10178

Tints of Ruby #E10178

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

 BLUE value IS 120 (47.27% from 255) = 34.68%

R = 65.03%
G = 0.29%
B = 34.68%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#E10178 (or 0xE10178) is known color: Ruby. HEX triplet: E1, 01 and 78. RGB value is (225,1,120). Sum of RGB (Red+Green+Blue) = 225+1+120=346 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.03% from 346); Green value is 1 (0.78% from 255 or 0.29% from 346); Blue value is 120 (47.27% from 255 or 34.68% from 346); Max value from RGB is 225 - color contains mainly: red. Hex color #E10178 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10178 is #1EFE87. Grayscale: #515151. Windows color (decimal): -2031240 or 7864801. OLE color: 7864801.

HSL color Cylindrical-coordinate representation of color #E10178: hue angle of 328.12º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E10178 is Cyan = 0, Magento = 1.00, Yellow = 0.47 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 1 120 -
CMYK 0 1.00 0.47 0.12
HSL 328.13º 0.99% 0.44% -
HSV(B) 328.13º 1% 0.88% -
XYZ 34.45 17.39 19.31 -
YUV 81.54 149.71 230.32 -
System Red Green Blue C M Y K H S L
Decimal 225 1 120 0 1.00 0.47 0.12 328.13 0.99 0.44
Hex E1 1 78 0 64 2F C 148 63 2C
Octal 341 1 170 0 144 57 14 510 143 54
Binary 11100001 1 1111000 0 1100100 101111 1100 101001000 1100011 101100

Color Harmonies of #E10178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10178

Black with #E10178

Text Example


Text Example

White with #E10178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10178; }

 p { color: rgb(225,1,120); }

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

background-color css

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

 a { background-color: rgb(225,1,120); }

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

border-color css

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

 span { border-color: rgb(225,1,120); }

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