Html Css Color HEX #E30A73 Ruby

📋 copy color: '#E30A73'

red 227 ◦ green 10 ◦ blue 115

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

Shades of Ruby #E30A73

Tints of Ruby #E30A73

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.84%

 BLUE value IS 115 (45.31% from 255) = 32.67%

R = 64.49%
G = 2.84%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#E30A73 (or 0xE30A73) is known color: Ruby. HEX triplet: E3, 0A and 73. RGB value is (227,10,115). Sum of RGB (Red+Green+Blue) = 227+10+115=352 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.49% from 352); Green value is 10 (4.30% from 255 or 2.84% from 352); Blue value is 115 (45.31% from 255 or 32.67% from 352); Max value from RGB is 227 - color contains mainly: red. Hex color #E30A73 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E30A73 is #1CF58C. Grayscale: #565656. Windows color (decimal): -1897869 or 7539427. OLE color: 7539427.

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

Color convert

RGB 227 10 115 -
CMYK 0 0.96 0.49 0.11
HSL 330.97º 0.92% 0.46% -
HSV(B) 330.97º 0.96% 0.89% -
XYZ 34.88 17.79 17.81 -
YUV 86.85 143.89 227.96 -
System Red Green Blue C M Y K H S L
Decimal 227 10 115 0 0.96 0.49 0.11 330.97 0.92 0.46
Hex E3 A 73 0 60 31 B 14B 5C 2E
Octal 343 12 163 0 140 61 13 513 134 56
Binary 11100011 1010 1110011 0 1100000 110001 1011 101001011 1011100 101110

Color Harmonies of #E30A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30A73

Black with #E30A73

Text Example


Text Example

White with #E30A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30A73; }

 p { color: rgb(227,10,115); }

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

background-color css

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

 a { background-color: rgb(227,10,115); }

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

border-color css

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

 span { border-color: rgb(227,10,115); }

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