Html Css Color HEX #E80577 Ruby

📋 copy color: '#E80577'

red 232 ◦ green 5 ◦ blue 119

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

Shades of Ruby #E80577

Tints of Ruby #E80577

RGB

 RED value IS 232 (91.02% from 255) = 65.17%

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

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

R = 65.17%
G = 1.4%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#E80577 (or 0xE80577) is known color: Ruby. HEX triplet: E8, 05 and 77. RGB value is (232,5,119). Sum of RGB (Red+Green+Blue) = 232+5+119=356 (47% of max value = 765). Red value is 232 (91.02% from 255 or 65.17% from 356); Green value is 5 (2.34% from 255 or 1.40% from 356); Blue value is 119 (46.88% from 255 or 33.43% from 356); Max value from RGB is 232 - color contains mainly: red. Hex color #E80577 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E80577 is #17FA88. Grayscale: #555555. Windows color (decimal): -1571465 or 7800296. OLE color: 7800296.

HSL color Cylindrical-coordinate representation of color #E80577: hue angle of 329.87º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E80577 is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 5 119 -
CMYK 0 0.98 0.49 0.09
HSL 329.87º 0.96% 0.46% -
HSV(B) 329.87º 0.98% 0.91% -
XYZ 36.66 18.6 19.11 -
YUV 85.87 146.71 232.23 -
System Red Green Blue C M Y K H S L
Decimal 232 5 119 0 0.98 0.49 0.09 329.87 0.96 0.46
Hex E8 5 77 0 62 31 9 14A 60 2E
Octal 350 5 167 0 142 61 11 512 140 56
Binary 11101000 101 1110111 0 1100010 110001 1001 101001010 1100000 101110

Color Harmonies of #E80577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80577

Black with #E80577

Text Example


Text Example

White with #E80577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80577; }

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

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

background-color css

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

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

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

border-color css

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

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

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