Html Css Color HEX #E30A71 Ruby

📋 copy color: '#E30A71'

red 227 ◦ green 10 ◦ blue 113

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

Shades of Ruby #E30A71

Tints of Ruby #E30A71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 32.29%

R = 64.86%
G = 2.86%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#E30A71 (or 0xE30A71) is known color: Ruby. HEX triplet: E3, 0A and 71. RGB value is (227,10,113). Sum of RGB (Red+Green+Blue) = 227+10+113=350 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.86% from 350); Green value is 10 (4.30% from 255 or 2.86% from 350); Blue value is 113 (44.53% from 255 or 32.29% from 350); Max value from RGB is 227 - color contains mainly: red. Hex color #E30A71 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E30A71 is #1CF58E. Grayscale: #565656. Windows color (decimal): -1897871 or 7408355. OLE color: 7408355.

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

Color convert

RGB 227 10 113 -
CMYK 0 0.96 0.50 0.11
HSL 331.52º 0.92% 0.46% -
HSV(B) 331.52º 0.96% 0.89% -
XYZ 34.77 17.74 17.21 -
YUV 86.63 142.89 228.12 -
System Red Green Blue C M Y K H S L
Decimal 227 10 113 0 0.96 0.50 0.11 331.52 0.92 0.46
Hex E3 A 71 0 60 32 B 14C 5C 2E
Octal 343 12 161 0 140 62 13 514 134 56
Binary 11100011 1010 1110001 0 1100000 110010 1011 101001100 1011100 101110

Color Harmonies of #E30A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30A71

Black with #E30A71

Text Example


Text Example

White with #E30A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30A71; }

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

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

background-color css

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

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

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

border-color css

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

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

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