Html Css Color HEX #E30477 Ruby

📋 copy color: '#E30477'

red 227 ◦ green 4 ◦ blue 119

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

Shades of Ruby #E30477

Tints of Ruby #E30477

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.14%

 BLUE value IS 119 (46.88% from 255) = 34%

R = 64.86%
G = 1.14%
B = 34%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#E30477 (or 0xE30477) is known color: Ruby. HEX triplet: E3, 04 and 77. RGB value is (227,4,119). Sum of RGB (Red+Green+Blue) = 227+4+119=350 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.86% from 350); Green value is 4 (1.95% from 255 or 1.14% from 350); Blue value is 119 (46.88% from 255 or 34% from 350); Max value from RGB is 227 - color contains mainly: red. Hex color #E30477 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E30477 is #1CFB88. Grayscale: #535353. Windows color (decimal): -1899401 or 7800035. OLE color: 7800035.

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

Color convert

RGB 227 4 119 -
CMYK 0 0.98 0.48 0.11
HSL 329.06º 0.97% 0.45% -
HSV(B) 329.06º 0.98% 0.89% -
XYZ 35.05 17.75 19.03 -
YUV 83.79 147.88 230.15 -
System Red Green Blue C M Y K H S L
Decimal 227 4 119 0 0.98 0.48 0.11 329.06 0.97 0.45
Hex E3 4 77 0 62 30 B 149 61 2D
Octal 343 4 167 0 142 60 13 511 141 55
Binary 11100011 100 1110111 0 1100010 110000 1011 101001001 1100001 101101

Color Harmonies of #E30477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30477

Black with #E30477

Text Example


Text Example

White with #E30477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30477; }

 p { color: rgb(227,4,119); }

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

background-color css

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

 a { background-color: rgb(227,4,119); }

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

border-color css

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

 span { border-color: rgb(227,4,119); }

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