Html Css Color HEX #E30774 Ruby

📋 copy color: '#E30774'

red 227 ◦ green 7 ◦ blue 116

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

Shades of Ruby #E30774

Tints of Ruby #E30774

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2%

 BLUE value IS 116 (45.7% from 255) = 33.14%

R = 64.86%
G = 2%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#E30774 (or 0xE30774) is known color: Ruby. HEX triplet: E3, 07 and 74. RGB value is (227,7,116). Sum of RGB (Red+Green+Blue) = 227+7+116=350 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.86% from 350); Green value is 7 (3.12% from 255 or 2% from 350); Blue value is 116 (45.70% from 255 or 33.14% from 350); Max value from RGB is 227 - color contains mainly: red. Hex color #E30774 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E30774 is #1CF88B. Grayscale: #545454. Windows color (decimal): -1898636 or 7604195. OLE color: 7604195.

HSL color Cylindrical-coordinate representation of color #E30774: hue angle of 330.27º degrees, saturation: 0.94, 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 #E30774 is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 7 116 -
CMYK 0 0.97 0.49 0.11
HSL 330.27º 0.94% 0.46% -
HSV(B) 330.27º 0.97% 0.89% -
XYZ 34.91 17.74 18.11 -
YUV 85.21 145.39 229.14 -
System Red Green Blue C M Y K H S L
Decimal 227 7 116 0 0.97 0.49 0.11 330.27 0.94 0.46
Hex E3 7 74 0 61 31 B 14A 5E 2E
Octal 343 7 164 0 141 61 13 512 136 56
Binary 11100011 111 1110100 0 1100001 110001 1011 101001010 1011110 101110

Color Harmonies of #E30774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30774

Black with #E30774

Text Example


Text Example

White with #E30774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30774; }

 p { color: rgb(227,7,116); }

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

background-color css

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

 a { background-color: rgb(227,7,116); }

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

border-color css

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

 span { border-color: rgb(227,7,116); }

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