Html Css Color HEX #E30379 Ruby

📋 copy color: '#E30379'

red 227 ◦ green 3 ◦ blue 121

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

Shades of Ruby #E30379

Tints of Ruby #E30379

RGB

 RED value IS 227 (89.06% from 255) = 64.67%

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

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

R = 64.67%
G = 0.85%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#E30379 (or 0xE30379) is known color: Ruby. HEX triplet: E3, 03 and 79. RGB value is (227,3,121). Sum of RGB (Red+Green+Blue) = 227+3+121=351 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.67% from 351); Green value is 3 (1.56% from 255 or 0.85% from 351); Blue value is 121 (47.66% from 255 or 34.47% from 351); Max value from RGB is 227 - color contains mainly: red. Hex color #E30379 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E30379 is #1CFC86. Grayscale: #535353. Windows color (decimal): -1899655 or 7930851. OLE color: 7930851.

HSL color Cylindrical-coordinate representation of color #E30379: hue angle of 328.39º 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 #E30379 is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 3 121 -
CMYK 0 0.99 0.47 0.11
HSL 328.39º 0.97% 0.45% -
HSV(B) 328.39º 0.99% 0.89% -
XYZ 35.16 17.78 19.67 -
YUV 83.43 149.21 230.41 -
System Red Green Blue C M Y K H S L
Decimal 227 3 121 0 0.99 0.47 0.11 328.39 0.97 0.45
Hex E3 3 79 0 63 2F B 148 61 2D
Octal 343 3 171 0 143 57 13 510 141 55
Binary 11100011 11 1111001 0 1100011 101111 1011 101001000 1100001 101101

Color Harmonies of #E30379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30379

Black with #E30379

Text Example


Text Example

White with #E30379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30379; }

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

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

background-color css

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

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

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

border-color css

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

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

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