Html Css Color HEX #E30978 Ruby

📋 copy color: '#E30978'

red 227 ◦ green 9 ◦ blue 120

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

Shades of Ruby #E30978

Tints of Ruby #E30978

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.53%

 BLUE value IS 120 (47.27% from 255) = 33.71%

R = 63.76%
G = 2.53%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#E30978 (or 0xE30978) is known color: Ruby. HEX triplet: E3, 09 and 78. RGB value is (227,9,120). Sum of RGB (Red+Green+Blue) = 227+9+120=356 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.76% from 356); Green value is 9 (3.91% from 255 or 2.53% from 356); Blue value is 120 (47.27% from 255 or 33.71% from 356); Max value from RGB is 227 - color contains mainly: red. Hex color #E30978 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E30978 is #1CF687. Grayscale: #565656. Windows color (decimal): -1898120 or 7866851. OLE color: 7866851.

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

Color convert

RGB 227 9 120 -
CMYK 0 0.96 0.47 0.11
HSL 329.45º 0.92% 0.46% -
HSV(B) 329.45º 0.96% 0.89% -
XYZ 35.17 17.88 19.37 -
YUV 86.84 146.72 227.97 -
System Red Green Blue C M Y K H S L
Decimal 227 9 120 0 0.96 0.47 0.11 329.45 0.92 0.46
Hex E3 9 78 0 60 2F B 149 5C 2E
Octal 343 11 170 0 140 57 13 511 134 56
Binary 11100011 1001 1111000 0 1100000 101111 1011 101001001 1011100 101110

Color Harmonies of #E30978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30978

Black with #E30978

Text Example


Text Example

White with #E30978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30978; }

 p { color: rgb(227,9,120); }

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

background-color css

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

 a { background-color: rgb(227,9,120); }

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

border-color css

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

 span { border-color: rgb(227,9,120); }

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