Html Css Color HEX #E30D79 Ruby

📋 copy color: '#E30D79'

red 227 ◦ green 13 ◦ blue 121

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

Shades of Ruby #E30D79

Tints of Ruby #E30D79

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.6%

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

R = 62.88%
G = 3.6%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#E30D79 (or 0xE30D79) is known color: Ruby. HEX triplet: E3, 0D and 79. RGB value is (227,13,121). Sum of RGB (Red+Green+Blue) = 227+13+121=361 (47% of max value = 765). Red value is 227 (89.06% from 255 or 62.88% from 361); Green value is 13 (5.47% from 255 or 3.60% from 361); Blue value is 121 (47.66% from 255 or 33.52% from 361); Max value from RGB is 227 - color contains mainly: red. Hex color #E30D79 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E30D79 is #1CF286. Grayscale: #595959. Windows color (decimal): -1897095 or 7933411. OLE color: 7933411.

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

Color convert

RGB 227 13 121 -
CMYK 0 0.94 0.47 0.11
HSL 329.72º 0.89% 0.47% -
HSV(B) 329.72º 0.94% 0.89% -
XYZ 35.27 18 19.7 -
YUV 89.3 145.9 226.22 -
System Red Green Blue C M Y K H S L
Decimal 227 13 121 0 0.94 0.47 0.11 329.72 0.89 0.47
Hex E3 D 79 0 5E 2F B 14A 59 2F
Octal 343 15 171 0 136 57 13 512 131 57
Binary 11100011 1101 1111001 0 1011110 101111 1011 101001010 1011001 101111

Color Harmonies of #E30D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30D79

Black with #E30D79

Text Example


Text Example

White with #E30D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30D79; }

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

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

background-color css

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

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

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

border-color css

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

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

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