Html Css Color HEX #E20178 Ruby

📋 copy color: '#E20178'

red 226 ◦ green 1 ◦ blue 120

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

Shades of Ruby #E20178

Tints of Ruby #E20178

RGB

 RED value IS 226 (88.67% from 255) = 65.13%

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

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

R = 65.13%
G = 0.29%
B = 34.58%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#E20178 (or 0xE20178) is known color: Ruby. HEX triplet: E2, 01 and 78. RGB value is (226,1,120). Sum of RGB (Red+Green+Blue) = 226+1+120=347 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.13% from 347); Green value is 1 (0.78% from 255 or 0.29% from 347); Blue value is 120 (47.27% from 255 or 34.58% from 347); Max value from RGB is 226 - color contains mainly: red. Hex color #E20178 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20178 is #1DFE87. Grayscale: #515151. Windows color (decimal): -1965704 or 7864802. OLE color: 7864802.

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

Color convert

RGB 226 1 120 -
CMYK 0 1.00 0.47 0.11
HSL 328.27º 0.99% 0.45% -
HSV(B) 328.27º 1% 0.89% -
XYZ 34.77 17.55 19.32 -
YUV 81.84 149.54 230.82 -
System Red Green Blue C M Y K H S L
Decimal 226 1 120 0 1.00 0.47 0.11 328.27 0.99 0.45
Hex E2 1 78 0 64 2F B 148 63 2D
Octal 342 1 170 0 144 57 13 510 143 55
Binary 11100010 1 1111000 0 1100100 101111 1011 101001000 1100011 101101

Color Harmonies of #E20178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20178

Black with #E20178

Text Example


Text Example

White with #E20178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20178; }

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

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

background-color css

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

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

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

border-color css

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

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

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