Html Css Color HEX #E30577 Ruby

📋 copy color: '#E30577'

red 227 ◦ green 5 ◦ blue 119

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

Shades of Ruby #E30577

Tints of Ruby #E30577

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.42%

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

R = 64.67%
G = 1.42%
B = 33.9%

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

#E30577 (or 0xE30577) is known color: Ruby. HEX triplet: E3, 05 and 77. RGB value is (227,5,119). Sum of RGB (Red+Green+Blue) = 227+5+119=351 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.67% from 351); Green value is 5 (2.34% from 255 or 1.42% from 351); Blue value is 119 (46.88% from 255 or 33.90% from 351); Max value from RGB is 227 - color contains mainly: red. Hex color #E30577 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E30577 is #1CFA88. Grayscale: #545454. Windows color (decimal): -1899145 or 7800291. OLE color: 7800291.

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

Color convert

RGB 227 5 119 -
CMYK 0 0.98 0.48 0.11
HSL 329.19º 0.96% 0.45% -
HSV(B) 329.19º 0.98% 0.89% -
XYZ 35.06 17.77 19.03 -
YUV 84.37 147.55 229.73 -
System Red Green Blue C M Y K H S L
Decimal 227 5 119 0 0.98 0.48 0.11 329.19 0.96 0.45
Hex E3 5 77 0 62 30 B 149 60 2D
Octal 343 5 167 0 142 60 13 511 140 55
Binary 11100011 101 1110111 0 1100010 110000 1011 101001001 1100000 101101

Color Harmonies of #E30577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30577

Black with #E30577

Text Example


Text Example

White with #E30577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30577; }

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

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

background-color css

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

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

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

border-color css

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

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

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