Html Css Color HEX #E1017A Ruby

📋 copy color: '#E1017A'

red 225 ◦ green 1 ◦ blue 122

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

Shades of Ruby #E1017A

Tints of Ruby #E1017A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 35.06%

R = 64.66%
G = 0.29%
B = 35.06%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E1017A (or 0xE1017A) is known color: Ruby. HEX triplet: E1, 01 and 7A. RGB value is (225,1,122). Sum of RGB (Red+Green+Blue) = 225+1+122=348 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.66% from 348); Green value is 1 (0.78% from 255 or 0.29% from 348); Blue value is 122 (48.05% from 255 or 35.06% from 348); Max value from RGB is 225 - color contains mainly: red. Hex color #E1017A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1017A is #1EFE85. Grayscale: #515151. Windows color (decimal): -2031238 or 7995873. OLE color: 7995873.

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

Color convert

RGB 225 1 122 -
CMYK 0 1.00 0.46 0.12
HSL 327.59º 0.99% 0.44% -
HSV(B) 327.59º 1% 0.88% -
XYZ 34.58 17.43 19.96 -
YUV 81.77 150.71 230.16 -
System Red Green Blue C M Y K H S L
Decimal 225 1 122 0 1.00 0.46 0.12 327.59 0.99 0.44
Hex E1 1 7A 0 64 2E C 148 63 2C
Octal 341 1 172 0 144 56 14 510 143 54
Binary 11100001 1 1111010 0 1100100 101110 1100 101001000 1100011 101100

Color Harmonies of #E1017A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1017A

Black with #E1017A

Text Example


Text Example

White with #E1017A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1017A; }

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

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

background-color css

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

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

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

border-color css

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

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

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