Html Css Color HEX #E20379 Ruby

📋 copy color: '#E20379'

red 226 ◦ green 3 ◦ blue 121

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

Shades of Ruby #E20379

Tints of Ruby #E20379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 34.57%

R = 64.57%
G = 0.86%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#E20379 (or 0xE20379) is known color: Ruby. HEX triplet: E2, 03 and 79. RGB value is (226,3,121). Sum of RGB (Red+Green+Blue) = 226+3+121=350 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.57% from 350); Green value is 3 (1.56% from 255 or 0.86% from 350); Blue value is 121 (47.66% from 255 or 34.57% from 350); Max value from RGB is 226 - color contains mainly: red. Hex color #E20379 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20379 is #1DFC86. Grayscale: #525252. Windows color (decimal): -1965191 or 7930850. OLE color: 7930850.

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

Color convert

RGB 226 3 121 -
CMYK 0 0.99 0.46 0.11
HSL 328.25º 0.97% 0.45% -
HSV(B) 328.25º 0.99% 0.89% -
XYZ 34.85 17.61 19.65 -
YUV 83.13 149.38 229.91 -
System Red Green Blue C M Y K H S L
Decimal 226 3 121 0 0.99 0.46 0.11 328.25 0.97 0.45
Hex E2 3 79 0 63 2E B 148 61 2D
Octal 342 3 171 0 143 56 13 510 141 55
Binary 11100010 11 1111001 0 1100011 101110 1011 101001000 1100001 101101

Color Harmonies of #E20379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20379

Black with #E20379

Text Example


Text Example

White with #E20379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20379; }

 p { color: rgb(226,3,121); }

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

background-color css

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

 a { background-color: rgb(226,3,121); }

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

border-color css

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

 span { border-color: rgb(226,3,121); }

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