Html Css Color HEX #E80678 Ruby

📋 copy color: '#E80678'

red 232 ◦ green 6 ◦ blue 120

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

Shades of Ruby #E80678

Tints of Ruby #E80678

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.68%

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

R = 64.8%
G = 1.68%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#E80678 (or 0xE80678) is known color: Ruby. HEX triplet: E8, 06 and 78. RGB value is (232,6,120). Sum of RGB (Red+Green+Blue) = 232+6+120=358 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.80% from 358); Green value is 6 (2.73% from 255 or 1.68% from 358); Blue value is 120 (47.27% from 255 or 33.52% from 358); Max value from RGB is 232 - color contains mainly: red. Hex color #E80678 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E80678 is #17F987. Grayscale: #565656. Windows color (decimal): -1571208 or 7866088. OLE color: 7866088.

HSL color Cylindrical-coordinate representation of color #E80678: hue angle of 329.73º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E80678 is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 6 120 -
CMYK 0 0.97 0.48 0.09
HSL 329.73º 0.95% 0.47% -
HSV(B) 329.73º 0.97% 0.91% -
XYZ 36.73 18.64 19.43 -
YUV 86.57 146.87 231.73 -
System Red Green Blue C M Y K H S L
Decimal 232 6 120 0 0.97 0.48 0.09 329.73 0.95 0.47
Hex E8 6 78 0 61 30 9 14A 5F 2F
Octal 350 6 170 0 141 60 11 512 137 57
Binary 11101000 110 1111000 0 1100001 110000 1001 101001010 1011111 101111

Color Harmonies of #E80678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80678

Black with #E80678

Text Example


Text Example

White with #E80678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80678; }

 p { color: rgb(232,6,120); }

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

background-color css

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

 a { background-color: rgb(232,6,120); }

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

border-color css

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

 span { border-color: rgb(232,6,120); }

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