Html Css Color HEX #E30670 Ruby

📋 copy color: '#E30670'

red 227 ◦ green 6 ◦ blue 112

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

Shades of Ruby #E30670

Tints of Ruby #E30670

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.74%

 BLUE value IS 112 (44.14% from 255) = 32.46%

R = 65.8%
G = 1.74%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#E30670 (or 0xE30670) is known color: Ruby. HEX triplet: E3, 06 and 70. RGB value is (227,6,112). Sum of RGB (Red+Green+Blue) = 227+6+112=345 (45% of max value = 765). Red value is 227 (89.06% from 255 or 65.80% from 345); Green value is 6 (2.73% from 255 or 1.74% from 345); Blue value is 112 (44.14% from 255 or 32.46% from 345); Max value from RGB is 227 - color contains mainly: red. Hex color #E30670 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E30670 is #1CF98F. Grayscale: #535353. Windows color (decimal): -1898896 or 7341795. OLE color: 7341795.

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

Color convert

RGB 227 6 112 -
CMYK 0 0.97 0.51 0.11
HSL 331.22º 0.95% 0.46% -
HSV(B) 331.22º 0.97% 0.89% -
XYZ 34.67 17.63 16.91 -
YUV 84.16 143.72 229.88 -
System Red Green Blue C M Y K H S L
Decimal 227 6 112 0 0.97 0.51 0.11 331.22 0.95 0.46
Hex E3 6 70 0 61 33 B 14B 5F 2E
Octal 343 6 160 0 141 63 13 513 137 56
Binary 11100011 110 1110000 0 1100001 110011 1011 101001011 1011111 101110

Color Harmonies of #E30670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30670

Black with #E30670

Text Example


Text Example

White with #E30670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30670; }

 p { color: rgb(227,6,112); }

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

background-color css

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

 a { background-color: rgb(227,6,112); }

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

border-color css

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

 span { border-color: rgb(227,6,112); }

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